This commit is contained in:
Vanessa 2023-05-09 10:14:35 +08:00
parent 1c68ce46f9
commit ba5449a0b4

View file

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