]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/index.ts
Lexical: Added toolbar scroll/resize handling
[bookstack] / resources / js / wysiwyg / index.ts
index 0aa04dfd9075ebbe8cefbeb2e0395b155835c9b4..5f131df5725562f1e7817423215551be66b2b7b9 100644 (file)
@@ -60,7 +60,7 @@ export function createPageEditorInstance(container: HTMLElement, htmlContent: st
         }
     });
 
-    const context: EditorUiContext = buildEditorUI(container, editArea, editor, options);
+    const context: EditorUiContext = buildEditorUI(container, editArea, editWrap, editor, options);
     registerCommonNodeMutationListeners(context);
 
     return new SimpleWysiwygEditorInterface(editor);