remove hover menu

This commit is contained in:
JesmoDev
2024-09-19 10:53:30 +02:00
parent 84e5409054
commit 462efda816

View File

@@ -122,7 +122,6 @@ export class UmbInputTiptapElement extends UmbFormControlMixin<string, typeof Um
!this._editor && !this._extensions?.length,
() => html`<uui-loader></uui-loader>`,
() => html`
<umb-tiptap-hover-menu .editor=${this._editor}></umb-tiptap-hover-menu>
<umb-tiptap-fixed-menu .editor=${this._editor} ?readonly=${this.readonly}></umb-tiptap-fixed-menu>
`,
)}