mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 20:18:06 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
fbc09d9e1e
5 changed files with 7 additions and 8 deletions
|
|
@ -349,8 +349,7 @@ const initMainWindow = () => {
|
|||
|
||||
writeLog("window stat [x=" + windowState.x + ", y=" + windowState.y + ", width=" + windowState.width + ", height=" + windowState.height + "], " +
|
||||
"default [x=0, y=0, width=" + defaultWidth + ", height=" + defaultHeight + "], " +
|
||||
"old [x=" + oldWindowState.x + ", y=" + oldWindowState.y + ", width=" + oldWindowState.width + ", height=" + oldWindowState.height + "], " +
|
||||
"workArea [width=" + workArea.width + ", height=" + workArea.height + "]");
|
||||
"old [x=" + oldWindowState.x + ", y=" + oldWindowState.y + ", width=" + oldWindowState.width + ", height=" + oldWindowState.height + "]");
|
||||
|
||||
let resetToCenter = false;
|
||||
let x = windowState.x;
|
||||
|
|
|
|||
2
app/stage/protyle/js/lute/lute.min.js
vendored
2
app/stage/protyle/js/lute/lute.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue