mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: album asset viewer (#19252)
This commit is contained in:
parent
f99c6feac5
commit
caf11fbb96
3 changed files with 21 additions and 89 deletions
|
|
@ -1,13 +0,0 @@
|
|||
class AlbumMapViewManager {
|
||||
#isInMapView = $state(false);
|
||||
|
||||
get isInMapView() {
|
||||
return this.#isInMapView;
|
||||
}
|
||||
|
||||
set isInMapView(isInMapView: boolean) {
|
||||
this.#isInMapView = isInMapView;
|
||||
}
|
||||
}
|
||||
|
||||
export const albumMapViewManager = new AlbumMapViewManager();
|
||||
Loading…
Add table
Add a link
Reference in a new issue