From 0df5d7c6e90ad3091f42bf5036b2661d7428f835 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Fri, 5 Dec 2025 16:52:00 +0100 Subject: [PATCH] feat: improve code editor formatting behavior MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Disable auto-formatting while in editing mode - Format CSS only when exiting editing mode - Auto-disable editing mode when switching tabs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/components/StylesheetViewer.vue | 20 +++++++++++++++++++- src/stores/stylesheet.js | 6 ++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/components/StylesheetViewer.vue b/src/components/StylesheetViewer.vue index e8bc63d..4cd72d6 100644 --- a/src/components/StylesheetViewer.vue +++ b/src/components/StylesheetViewer.vue @@ -24,7 +24,7 @@