From 90585293c710ea505e39f3ac67ffc589ebf84b8f Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Mon, 22 Dec 2025 10:06:55 +0100 Subject: [PATCH] fix: hide original textarea to prevent browser form restoration artifact - Add display:none to initial textarea (CodeMirror replaces it) - Add autocomplete=off to prevent browser from restoring old form values --- src/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 5a8b0bd..ad8a3cb 100644 --- a/src/index.html +++ b/src/index.html @@ -49,7 +49,8 @@
- + +