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