scroller: fix init key

pull/245/head
Varun Patil 2022-11-23 02:10:00 -08:00
parent d954c9422f
commit b42f49e1b2
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ export default class ScrollerManager extends Mixins(GlobalMixin) {
/** Get the visible ticks */
get visibleTicks() {
let key = 999900;
let key = 9999999900;
return this.ticks
.filter((tick) => tick.s)
.map((tick) => {