fix(web): mobile scrubber on page load (#23488)
parent
0ddb92e1ec
commit
c76324c611
|
|
@ -234,6 +234,7 @@ export class TimelineManager extends VirtualScrollManager {
|
||||||
await this.initTask.reset();
|
await this.initTask.reset();
|
||||||
await this.#init(options);
|
await this.#init(options);
|
||||||
this.updateViewportGeometry(false);
|
this.updateViewportGeometry(false);
|
||||||
|
this.#createScrubberMonths();
|
||||||
}
|
}
|
||||||
|
|
||||||
async #init(options: TimelineManagerOptions) {
|
async #init(options: TimelineManagerOptions) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue