From ba5449a0b48fb2ac24e427f264a5d483b8c48c05 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 9 May 2023 10:14:35 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/8199 --- app/src/block/Panel.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/block/Panel.ts b/app/src/block/Panel.ts index be404c280..e0237e671 100644 --- a/app/src/block/Panel.ts +++ b/app/src/block/Panel.ts @@ -295,6 +295,8 @@ export class BlockPanel { }); if (this.editors.length > 0) { this.editors.forEach(item => { + // https://github.com/siyuan-note/siyuan/issues/8199 + hideElements(["util"], item.protyle); item.destroy(); }); this.editors = [];