From 9e885a6718cef60de0fbbf7f0f066ba98148a4ac Mon Sep 17 00:00:00 2001 From: trisua Date: Fri, 25 Jul 2025 18:36:01 -0400 Subject: [PATCH] fix: codemirror config --- app/public/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/public/app.js b/app/public/app.js index 469f29b..1596389 100644 --- a/app/public/app.js +++ b/app/public/app.js @@ -104,7 +104,7 @@ globalThis.init_editor = ( autoCloseBrackets: true, autofocus: true, viewportMargin: Number.POSITIVE_INFINITY, - inputStyle: "textarea", + inputStyle: "contenteditable", highlightFormatting: false, fencedCodeBlockHighlighting: false, xml: false,