scroller: recreate overrides adjust

old-stable24
Varun Patil 2022-10-20 17:39:11 -07:00
parent d206d731bb
commit 8bf5bc7ee1
1 changed files with 3 additions and 1 deletions

View File

@ -156,8 +156,10 @@ export default class ScrollerManager extends Mixins(GlobalMixin) {
/** Recreate from scratch */ /** Recreate from scratch */
private recreate() { private recreate() {
// Clear // Clear and override any adjust timer
this.ticks = []; this.ticks = [];
window.clearTimeout(this.adjustTimer || 0);
this.adjustTimer = null;
// Ticks // Ticks
let y = 0; let y = 0;