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

pull/23529/head
Daniel Dietzler 2025-11-02 04:15:33 +07:00 committed by GitHub
parent 0ddb92e1ec
commit c76324c611
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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