1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

MD Editor: Last tests/check over plaintext use/switching

This commit is contained in:
Dan Brown
2025-07-23 14:49:41 +01:00
parent 7ca8bdc231
commit 53f32849a9
2 changed files with 2 additions and 3 deletions

View 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);