32?
This commit is contained in:
parent
7895474263
commit
1ccac0c1e3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue