scroller: computeVisibleTicks after adjust

old-stable24
Varun Patil 2022-10-19 11:33:48 -07:00
parent d519819e25
commit c79b2d84b3
1 changed files with 1 additions and 0 deletions

View File

@ -258,6 +258,7 @@ export default class ScrollerManager extends Mixins(GlobalMixin) {
this.adjustTimer = window.setTimeout(() => { this.adjustTimer = window.setTimeout(() => {
this.adjustTimer = null; this.adjustTimer = null;
this.adjustNow(); this.adjustNow();
this.computeVisibleTicks();
}, 300); }, 300);
} }