mirror of
https://github.com/immich-app/immich.git
synced 2025-04-16 12:18:51 +02:00
fix(web): closing asset viewer (#8933)
* fix: interact with stack trigger navigation * fix: missing exifInfo * fix: changing asset * fix: col-span * revert change * fix: remove changes
This commit is contained in:
parent
c14a2eda5d
commit
adb607c3ee
@ -270,6 +270,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
const closeViewer = async () => {
|
const closeViewer = async () => {
|
||||||
|
$slideshowState = SlideshowState.StopSlideshow;
|
||||||
|
document.body.style.cursor = '';
|
||||||
dispatch('close');
|
dispatch('close');
|
||||||
await navigate({ targetRoute: 'current', assetId: null });
|
await navigate({ targetRoute: 'current', assetId: null });
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user