Vanessa 2023-12-31 12:27:18 +08:00
parent fc71c7abc2
commit 45bfec7d2f
5 changed files with 14 additions and 11 deletions

View file

@ -205,7 +205,7 @@ export const saveLayout = () => {
saveCount++;
setTimeout(() => {
saveLayout();
}, Constants.TIMEOUT_LOAD);
}, Constants.TIMEOUT_LOAD * saveCount);
} else {
saveCount = 0;
if (isWindow()) {