mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 00:50:23 -05:00
fix(web): stack preview remains visible in asset viewer (#14341)
This commit is contained in:
parent
447ff6fcb3
commit
ca37a13b25
1 changed files with 1 additions and 0 deletions
|
@ -394,6 +394,7 @@
|
||||||
let isFullScreen = $derived(fullscreenElement !== null);
|
let isFullScreen = $derived(fullscreenElement !== null);
|
||||||
$effect(() => {
|
$effect(() => {
|
||||||
if (asset) {
|
if (asset) {
|
||||||
|
previewStackedAsset = undefined;
|
||||||
handlePromiseError(refreshStack());
|
handlePromiseError(refreshStack());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue