From d70a04f549ee9a925cb8f79ba6985a15d10ec496 Mon Sep 17 00:00:00 2001 From: fofolee Date: Mon, 24 Feb 2025 10:44:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=B1=95=E5=BC=80AI=E5=8A=A9?= =?UTF-8?q?=E6=89=8B=E6=97=B6ResizeObserver=20loop=20limit=20exceeded?= =?UTF-8?q?=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/editor/CodeEditor.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/editor/CodeEditor.vue b/src/components/editor/CodeEditor.vue index c015e47..666ba44 100644 --- a/src/components/editor/CodeEditor.vue +++ b/src/components/editor/CodeEditor.vue @@ -442,7 +442,6 @@ export default defineComponent({ .editor-container { flex: 1; height: 100%; - transition: width 0.3s ease; } .monaco-container {