mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
This commit is contained in:
parent
2474db3ab8
commit
abb916e879
1 changed files with 3 additions and 1 deletions
|
|
@ -346,7 +346,9 @@ ${this.position === "Top" ? "top" : "bottom"}:0`);
|
|||
}
|
||||
if (this.pin) {
|
||||
this.layout.element.style.opacity = "";
|
||||
this.resizeElement.classList.remove("fn__none");
|
||||
setTimeout(() => {
|
||||
this.resizeElement.classList.remove("fn__none");
|
||||
}, 200); // 需等待动画完毕后再出现,否则会出现滚动条 https://ld246.com/article/1676596622064
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue