]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/ui/framework/manager.ts
Lexical: Made a range of selection improvements
[bookstack] / resources / js / wysiwyg / ui / framework / manager.ts
index c80291fb707528583508bfe7fe2528ce7d391b49..2d15b341bdba6ae9a39e9236c77e5a6742854c4f 100644 (file)
@@ -244,6 +244,7 @@ export class EditorUIManager {
             if (selectionChange) {
                 editor.update(() => {
                     const selection = $getSelection();
+                    // console.log('manager::selection', selection);
                     this.triggerStateUpdate({
                         editor, selection,
                     });