From e38d5bc901bcf5a004d6e663f6d313530824b904 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add display:none to initial textarea (CodeMirror replaces it) - Add autocomplete=off to prevent browser from restoring old form values 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- 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 @@
- + +