mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
This commit is contained in:
parent
1720630619
commit
a4ed45dc06
3 changed files with 24 additions and 1 deletions
|
|
@ -199,6 +199,8 @@ ${this.position === "Top" ? "top" : "bottom"}:-${this.layout.element.clientHeigh
|
|||
} else if (this.position === "Bottom") {
|
||||
this.layout.element.style.bottom = -this.layout.element.clientHeight + "px";
|
||||
}
|
||||
this.element.querySelector(".dock__item--activefocus")?.classList.remove("dock__item--activefocus");
|
||||
this.layout.element.querySelector(".layout__tab--active")?.classList.remove("layout__tab--active");
|
||||
}
|
||||
|
||||
public toggleModel(type: TDockType, show = false, close = false) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue