mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 22:52:16 +08:00
This commit is contained in:
parent
72b16c0885
commit
7e6fb4edee
@ -717,6 +717,9 @@ export class Wnd {
|
|||||||
let openTime: string;
|
let openTime: string;
|
||||||
let removeCount = 0;
|
let removeCount = 0;
|
||||||
this.children.forEach((item, index) => {
|
this.children.forEach((item, index) => {
|
||||||
|
if (!item.headElement) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (item.headElement.classList.contains("item--pin") || item.headElement.classList.contains("item--focus")) {
|
if (item.headElement.classList.contains("item--pin") || item.headElement.classList.contains("item--focus")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user