mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +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:
@@ -15,9 +15,11 @@ export class EditorOverflowContainer extends EditorContainerUiElement {
|
||||
this.size = size;
|
||||
this.content = children;
|
||||
this.overflowButton = new EditorDropdownButton({
|
||||
label: 'More',
|
||||
icon: moreHorizontal,
|
||||
}, false, []);
|
||||
button: {
|
||||
label: 'More',
|
||||
icon: moreHorizontal,
|
||||
},
|
||||
}, []);
|
||||
this.addChildren(this.overflowButton);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user