mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 04:10:16 +01:00
This commit is contained in:
parent
fc71c7abc2
commit
45bfec7d2f
5 changed files with 14 additions and 11 deletions
|
|
@ -205,7 +205,7 @@ export const saveLayout = () => {
|
|||
saveCount++;
|
||||
setTimeout(() => {
|
||||
saveLayout();
|
||||
}, Constants.TIMEOUT_LOAD);
|
||||
}, Constants.TIMEOUT_LOAD * saveCount);
|
||||
} else {
|
||||
saveCount = 0;
|
||||
if (isWindow()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue