]> BookStack Code Mirror - bookstack/blobdiff - resources/js/markdown/index.mts
MD Editor: Worked to improve/fix positioning code
[bookstack] / resources / js / markdown / index.mts
index 4cd89c0777f090aa31f2d3cb34736c8c9952c5d1..7538c197255c0e1f98f6f9bdf8eb9e830b4062ee 100644 (file)
@@ -62,7 +62,7 @@ export async function init(config: MarkdownEditorConfig): Promise<MarkdownEditor
         editor.input.teardown();
         editor.input = newInput;
     });
-    // window.devinput = editor.input;
+    window.devinput = editor.input;
 
     listenToCommonEvents(editor);