X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/1243108e0fbaef6a0b678a872eb9fbf2f269a57a..2a324755414e18d96a472425533e0c033ffebe98:/resources/js/wysiwyg/ui/framework/manager.ts diff --git a/resources/js/wysiwyg/ui/framework/manager.ts b/resources/js/wysiwyg/ui/framework/manager.ts index c80291fb7..2d15b341b 100644 --- a/resources/js/wysiwyg/ui/framework/manager.ts +++ b/resources/js/wysiwyg/ui/framework/manager.ts @@ -244,6 +244,7 @@ export class EditorUIManager { if (selectionChange) { editor.update(() => { const selection = $getSelection(); + // console.log('manager::selection', selection); this.triggerStateUpdate({ editor, selection, });