mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-10 22:23:28 +08:00
This commit is contained in:
parent
1c68ce46f9
commit
ba5449a0b4
@ -295,6 +295,8 @@ export class BlockPanel {
|
|||||||
});
|
});
|
||||||
if (this.editors.length > 0) {
|
if (this.editors.length > 0) {
|
||||||
this.editors.forEach(item => {
|
this.editors.forEach(item => {
|
||||||
|
// https://github.com/siyuan-note/siyuan/issues/8199
|
||||||
|
hideElements(["util"], item.protyle);
|
||||||
item.destroy();
|
item.destroy();
|
||||||
});
|
});
|
||||||
this.editors = [];
|
this.editors = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user