From de52ff4fe100cb11b73865703b03a0cbcc4e92e7 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Thu, 24 Apr 2025 14:02:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(editor):=20=E7=BC=96=E8=BE=91=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=BA=90/=E4=BB=A3=E7=A0=81=E5=9D=97=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=88=97=E8=A1=A8=E9=AB=98=E4=BA=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sidebar/code-block/CodeBlockListPanel.vue | 7 +++-- .../data-source/DataSourceListPanel.vue | 27 +++++++++---------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/packages/editor/src/layouts/sidebar/code-block/CodeBlockListPanel.vue b/packages/editor/src/layouts/sidebar/code-block/CodeBlockListPanel.vue index 945c8274..428ccec7 100644 --- a/packages/editor/src/layouts/sidebar/code-block/CodeBlockListPanel.vue +++ b/packages/editor/src/layouts/sidebar/code-block/CodeBlockListPanel.vue @@ -33,7 +33,6 @@ :content="codeConfig" @submit="submitCodeBlockHandler" @close="editDialogCloseHandler" - @open="editDialogOpenHandler" > @@ -48,7 +47,7 @@