From 467e949365974867a59d1bdf7bfd7b7aa6e0afd7 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sun, 18 Feb 2024 16:42:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DResizeObserver=20loop=20limit?= =?UTF-8?q?=20exceeded=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandEditor.vue | 228 +++++++++---------------------- src/components/MonacoEditor.vue | 16 ++- 2 files changed, 76 insertions(+), 168 deletions(-) diff --git a/src/components/CommandEditor.vue b/src/components/CommandEditor.vue index 2614db6..65bf832 100644 --- a/src/components/CommandEditor.vue +++ b/src/components/CommandEditor.vue @@ -1,57 +1,29 @@