fix(web): mobile scrubber on page load (#23488)

This commit is contained in:
Daniel Dietzler
2025-11-02 04:15:33 +01:00
committed by GitHub
parent 0ddb92e1ec
commit c76324c611

View File

@@ -234,6 +234,7 @@ export class TimelineManager extends VirtualScrollManager {
await this.initTask.reset();
await this.#init(options);
this.updateViewportGeometry(false);
this.#createScrubberMonths();
}
async #init(options: TimelineManagerOptions) {