This commit is contained in:
tamaina 2023-07-18 04:48:22 +00:00
parent 7895474263
commit 1ccac0c1e3
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ function visibilityChange() {
isPausingUpdate.value = true; isPausingUpdate.value = true;
timerForSetPause.value = null; timerForSetPause.value = null;
if (!backed) { if (!backed) {
scrollBy(scrollableElement, { top: 16, behavior: 'instant' }); scrollBy(scrollableElement, { top: 32, behavior: 'instant' });
backed = true; backed = true;
} }
}, },