updateFromRecyclerScroll: run without animation frame

pull/162/head
Varun Patil 2022-10-29 17:29:51 -07:00
parent 256a57b12e
commit e9b1e3db9c
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ export default class ScrollerManager extends Mixins(GlobalMixin) {
if (this.scrollingRecyclerUpdateTimer) return;
this.scrollingRecyclerUpdateTimer = window.setTimeout(() => {
this.scrollingRecyclerUpdateTimer = 0;
requestAnimationFrame(this.updateFromRecyclerScroll);
this.updateFromRecyclerScroll();
}, 100);
// Update that we're scrolling with the recycler