1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 06:31:58 +00:00

fix(web): stack preview remains visible in asset viewer (#14341)

This commit is contained in:
Michel Heusschen 2024-11-25 17:34:48 +01:00 committed by GitHub
parent 447ff6fcb3
commit ca37a13b25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -394,6 +394,7 @@
let isFullScreen = $derived(fullscreenElement !== null);
$effect(() => {
if (asset) {
previewStackedAsset = undefined;
handlePromiseError(refreshStack());
}
});