1
0
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:
Dan Brown
2024-08-02 11:16:54 +01:00
parent 13f8f39dd5
commit 6b06d490c5
9 changed files with 101 additions and 43 deletions

View File

@@ -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);
}