From 37181d3084a9735e7a54d50b00632cd99e3da288 Mon Sep 17 00:00:00 2001 From: parisma Date: Thu, 22 Sep 2022 16:21:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(editor):=20=E9=BB=98=E8=AE=A4=E5=B1=95?= =?UTF-8?q?=E5=BC=80=E7=BB=84=E4=BB=B6=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/src/layouts/sidebar/code-block/CodeBlockList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/layouts/sidebar/code-block/CodeBlockList.vue b/packages/editor/src/layouts/sidebar/code-block/CodeBlockList.vue index 200f16b7..07d9e828 100644 --- a/packages/editor/src/layouts/sidebar/code-block/CodeBlockList.vue +++ b/packages/editor/src/layouts/sidebar/code-block/CodeBlockList.vue @@ -149,7 +149,7 @@ const initList = async () => { id: codeId, name: value.name, content: value.content, - showRelation: false, + showRelation: true, }); }); };