fix: codemirror config

This commit is contained in:
trisua 2025-07-25 18:36:01 -04:00
parent 70adae5b66
commit 9e885a6718

View file

@ -104,7 +104,7 @@ globalThis.init_editor = (
autoCloseBrackets: true, autoCloseBrackets: true,
autofocus: true, autofocus: true,
viewportMargin: Number.POSITIVE_INFINITY, viewportMargin: Number.POSITIVE_INFINITY,
inputStyle: "textarea", inputStyle: "contenteditable",
highlightFormatting: false, highlightFormatting: false,
fencedCodeBlockHighlighting: false, fencedCodeBlockHighlighting: false,
xml: false, xml: false,