1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-27 05:11:11 +02:00

fix: mouse hover over stack (#13119)

fix: mouse hover on stack
This commit is contained in:
martin
2024-10-02 17:04:21 +02:00
committed by GitHub
parent 4ea281f854
commit e7862fc0f0
2 changed files with 3 additions and 1 deletions

View File

@ -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}