From 5fc649607aa4ac522b0d783973104fec39bf5021 Mon Sep 17 00:00:00 2001 From: moonszhang Date: Tue, 12 Mar 2024 16:06:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(editor):=20=E4=BF=AE=E5=A4=8D=E9=AB=98?= =?UTF-8?q?=E7=BA=A7=E4=B8=AD=E6=89=93=E5=BC=80=E4=BB=A3=E7=A0=81=E5=9D=97?= =?UTF-8?q?=E6=B2=A1=E6=9C=89floatbox=E5=B5=8C=E5=A5=97=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8Cfloatbox=E6=94=AF=E6=8C=81beforeClose?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/src/components/CodeBlockEditor.vue | 76 +++++++++++++------ .../editor/src/components/FloatingBox.vue | 33 ++++++-- .../sidebar/code-block/CodeBlockListPanel.vue | 66 ++++------------ 3 files changed, 91 insertions(+), 84 deletions(-) diff --git a/packages/editor/src/components/CodeBlockEditor.vue b/packages/editor/src/components/CodeBlockEditor.vue index f99922b7..59869f78 100644 --- a/packages/editor/src/components/CodeBlockEditor.vue +++ b/packages/editor/src/components/CodeBlockEditor.vue @@ -1,25 +1,33 @@