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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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) {