This commit is contained in:
parent
1c68ce46f9
commit
ba5449a0b4
1 changed files with 2 additions and 0 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Reference in a new issue