This commit is contained in:
JesmoDev
2024-09-17 10:05:24 +02:00
parent 29dce93a5d
commit 45386956b9

View File

@@ -144,6 +144,7 @@ export class UmbTiptapFixedMenuElement extends UmbLitElement {
this.#editor = value;
this.#editor?.on('selectionUpdate', this.#onUpdate);
this.#editor?.on('update', this.#onUpdate);
// todo add listener for commands
}
get editor() {
return this.#editor;