mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
This commit is contained in:
parent
4e27798f53
commit
bbca5683ce
3 changed files with 4 additions and 6 deletions
|
|
@ -616,7 +616,7 @@ export class Wnd {
|
|||
this.switchTab(this.children[currentIndex].headElement, true);
|
||||
}
|
||||
}
|
||||
item.headElement.setAttribute("style", "flex: 0;width: 0;overflow: hidden");
|
||||
item.headElement.setAttribute("style", "max-width: 0px;");
|
||||
setTimeout(() => {
|
||||
item.headElement.remove();
|
||||
}, Constants.TIMEOUT_TRANSITION);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue