mirror of
https://github.com/immich-app/immich.git
synced 2025-06-03 21:54:21 -04:00
fix(web): show tags timeline (#16617)
* fix(web): show tags timeline * fix(web): show tags timeline
This commit is contained in:
parent
3e50f668d9
commit
6108587c8b
@ -423,6 +423,12 @@ export class AssetStore {
|
|||||||
this.setOptions(options);
|
this.setOptions(options);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Make sure to re-initialize if the tagId changes
|
||||||
|
if (this.options.tagId === options.tagId) {
|
||||||
|
this.setOptions(options);
|
||||||
|
return;
|
||||||
|
}
|
||||||
// TODO: don't call updateObjects frequently after
|
// TODO: don't call updateObjects frequently after
|
||||||
// init - cancelation of the initialize tasks isn't
|
// init - cancelation of the initialize tasks isn't
|
||||||
// performed right now, and will cause issues if
|
// performed right now, and will cause issues if
|
||||||
|
Loading…
x
Reference in New Issue
Block a user