0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-11 01:18:24 -05: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:
martin 2024-04-25 18:24:02 +02:00 committed by GitHub
parent c14a2eda5d
commit adb607c3ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -270,6 +270,8 @@
};
const closeViewer = async () => {
$slideshowState = SlideshowState.StopSlideshow;
document.body.style.cursor = '';
dispatch('close');
await navigate({ targetRoute: 'current', assetId: null });
};