feat: add textSelectionBubbleMenu.items config and link.bubbleMenuItems config
This commit is contained in:
parent
1c8c80a53f
commit
22713aa7b5
|
@ -5,7 +5,6 @@ import {AllLinkMenuItems} from "./items/link/AllLinkMenuItems.ts";
|
|||
|
||||
|
||||
export class LinkBubbleMenu extends AbstractBubbleMenu {
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
|
|
|
@ -6,7 +6,9 @@ import {removeIf} from "../../util/removeIf.ts";
|
|||
|
||||
|
||||
export class TextSelectionBubbleMenu extends AbstractBubbleMenu {
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
|
||||
onCreate(props: EditorEvents["create"], options: AiEditorOptions) {
|
||||
super.onCreate(props, options);
|
||||
|
|
Loading…
Reference in New Issue