]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/ui/framework/blocks/overflow-container.ts
Lexical: Started table menu options
[bookstack] / resources / js / wysiwyg / ui / framework / blocks / overflow-container.ts
index 83f394d9d869ca1169f10bef38512e6211701114..108992db889cd4fbf290e668ddff7535f93f5931 100644 (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);
     }