Skip to content

Commit

Permalink
fix(web): stack preview remains visible in asset viewer (immich-app#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
michelheusschen authored Nov 25, 2024
1 parent 447ff6f commit ca37a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/lib/components/asset-viewer/asset-viewer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@
let isFullScreen = $derived(fullscreenElement !== null);
$effect(() => {
if (asset) {
previewStackedAsset = undefined;
handlePromiseError(refreshStack());
}
});
Expand Down

0 comments on commit ca37a13

Please sign in to comment.