mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 03:18:48 +01:00
This commit is contained in:
parent
72b16c0885
commit
7e6fb4edee
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue