mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(web): mobile scrubber on page load (#23488)
This commit is contained in:
parent
0ddb92e1ec
commit
c76324c611
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue