mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 18:24:10 -04:00
fix(web): asset-viewer error when selecting a stacked asset (#18881)
* Clear out the previewStackedAsset when selecting. * undo package-lock update
This commit is contained in:
parent
6b9233c71a
commit
6b4d5e3beb
@ -569,6 +569,7 @@
|
||||
asset={toTimelineAsset(stackedAsset)}
|
||||
onClick={() => {
|
||||
asset = stackedAsset;
|
||||
previewStackedAsset = undefined;
|
||||
}}
|
||||
onMouseEvent={({ isMouseOver }) => handleStackedAssetMouseEvent(isMouseOver, stackedAsset)}
|
||||
readonly
|
||||
|
Loading…
x
Reference in New Issue
Block a user