This commit is contained in:
Vanessa 2023-02-23 13:26:34 +08:00
parent c538c0a9e3
commit 52e1cc7957
7 changed files with 12 additions and 12 deletions

View file

@ -801,7 +801,7 @@ export class Wnd {
}
tab.parent = this;
resizeTabs();
hideAllElements(["toolbar"])
hideAllElements(["toolbar"]);
}
public split(direction: TDirection) {