Skip to content

Commit

Permalink
scroller: computeVisibleTicks after adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Oct 19, 2022
1 parent 866376c commit 0a028ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ScrollerManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ export default class ScrollerManager extends Mixins(GlobalMixin) {
this.adjustTimer = window.setTimeout(() => {
this.adjustTimer = null;
this.adjustNow();
this.computeVisibleTicks();
}, 300);
}
Expand Down

0 comments on commit 0a028ef

Please sign in to comment.