mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Lexical: Started table menu options
Updated UI elements to handle new scenarios needed in more complex table menu
This commit is contained in:
@ -7,7 +7,7 @@ export class EditorFormatMenu extends EditorContainerUiElement {
|
||||
buildDOM(): HTMLElement {
|
||||
const childElements: HTMLElement[] = this.getChildren().map(child => child.getDOMElement());
|
||||
const menu = el('div', {
|
||||
class: 'editor-format-menu-dropdown editor-dropdown-menu editor-menu-list',
|
||||
class: 'editor-format-menu-dropdown editor-dropdown-menu editor-dropdown-menu-vertical',
|
||||
hidden: 'true',
|
||||
}, childElements);
|
||||
|
||||
|
Reference in New Issue
Block a user