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:
parent
447ff6fcb3
commit
ca37a13b25
1 changed files with 1 additions and 0 deletions
|
@ -394,6 +394,7 @@
|
|||
let isFullScreen = $derived(fullscreenElement !== null);
|
||||
$effect(() => {
|
||||
if (asset) {
|
||||
previewStackedAsset = undefined;
|
||||
handlePromiseError(refreshStack());
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue