]> BookStack Code Mirror - bookstack/blobdiff - resources/js/markdown/index.mts
Deps: Updated PHP composer dependancy versions, fixed test namespaces
[bookstack] / resources / js / markdown / index.mts
index 7538c197255c0e1f98f6f9bdf8eb9e830b4062ee..0a6e974b74a7d76ed490a2bb6e740ba4f78e82ea 100644 (file)
@@ -62,7 +62,6 @@ export async function init(config: MarkdownEditorConfig): Promise<MarkdownEditor
         editor.input.teardown();
         editor.input = newInput;
     });
-    window.devinput = editor.input;
 
     listenToCommonEvents(editor);