fix: codemirror config
This commit is contained in:
parent
70adae5b66
commit
9e885a6718
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue