mirror of
https://github.com/immich-app/immich.git
synced 2024-12-13 11:54:52 +02:00
fix(web): stack preview remains visible in asset viewer (#14341)
This commit is contained in:
parent
447ff6fcb3
commit
ca37a13b25
@ -394,6 +394,7 @@
|
||||
let isFullScreen = $derived(fullscreenElement !== null);
|
||||
$effect(() => {
|
||||
if (asset) {
|
||||
previewStackedAsset = undefined;
|
||||
handlePromiseError(refreshStack());
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user