mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
This commit is contained in:
parent
4704284ad2
commit
95c64975e8
8 changed files with 115 additions and 28 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import {exportLayout, JSONToLayout, resetLayout, resizeDrag, resizeTabs} from "../layout/util";
|
||||
import {exportLayout, JSONToLayout, resetLayout, resizeTopbar, resizeTabs} from "../layout/util";
|
||||
import {hotKey2Electron, setStorageVal} from "../protyle/util/compatibility";
|
||||
/// #if !BROWSER
|
||||
import {dialog, getCurrentWindow} from "@electron/remote";
|
||||
|
|
@ -154,7 +154,7 @@ export const onGetConfig = (isStart: boolean, app: App) => {
|
|||
window.clearTimeout(resizeTimeout);
|
||||
resizeTimeout = window.setTimeout(() => {
|
||||
resizeTabs();
|
||||
resizeDrag();
|
||||
resizeTopbar();
|
||||
}, 200);
|
||||
});
|
||||
addGA();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue