mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
This commit is contained in:
parent
474718e5ae
commit
fe6e9c68fc
4 changed files with 34 additions and 12 deletions
|
|
@ -31,6 +31,7 @@ import {newFile} from "../util/newFile";
|
|||
import {MenuItem} from "../menus/Menu";
|
||||
import {escapeHtml} from "../util/escape";
|
||||
import {isWindow} from "../util/functions";
|
||||
import {hideAllElements} from "../protyle/ui/hideElements";
|
||||
|
||||
export class Wnd {
|
||||
public id: string;
|
||||
|
|
@ -800,6 +801,7 @@ export class Wnd {
|
|||
}
|
||||
tab.parent = this;
|
||||
resizeTabs();
|
||||
hideAllElements(["toolbar"])
|
||||
}
|
||||
|
||||
public split(direction: TDirection) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue