mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Lexical: Added overflow container
This commit is contained in:
@@ -26,7 +26,12 @@ export class EditorDropdownButton extends EditorContainerUiElement {
|
||||
});
|
||||
}
|
||||
|
||||
this.children.push(this.button);
|
||||
this.addChildren(this.button);
|
||||
}
|
||||
|
||||
insertItems(...items: EditorUiElement[]) {
|
||||
this.addChildren(...items);
|
||||
this.childItems.push(...items);
|
||||
}
|
||||
|
||||
protected buildDOM(): HTMLElement {
|
||||
|
Reference in New Issue
Block a user