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 = [];