mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
4ea281f854
commit
e7862fc0f0
2 changed files with 3 additions and 1 deletions
|
|
@ -590,6 +590,7 @@
|
|||
preloadAssets = index + 1 >= stackedAssets.length ? [] : [stackedAssets[index + 1]];
|
||||
}}
|
||||
onMouseEvent={({ isMouseOver }) => handleStackedAssetMouseEvent(isMouseOver, stackedAsset)}
|
||||
disableMouseOver
|
||||
readonly
|
||||
thumbnailSize={stackedAsset.id == asset.id ? 65 : 60}
|
||||
showStackedIcon={false}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue