mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 14:42:33 +01:00
🎨 Clean code
This commit is contained in:
parent
26984f39df
commit
94d3ccfa9f
12 changed files with 39 additions and 39 deletions
|
|
@ -160,7 +160,7 @@ export const openOutline = async (protyle: IProtyle) => {
|
|||
}
|
||||
}), false, false);
|
||||
newWnd.element.style.width = "200px";
|
||||
newWnd.element.classList.remove("fn__flex-1")
|
||||
newWnd.element.classList.remove("fn__flex-1");
|
||||
switchWnd(newWnd, wnd);
|
||||
fixWndFlex1(newWnd.parent);
|
||||
saveLayout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue