mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-05 11:05:53 +00:00
fix: thumbnail doesnt send mouseLeave events properly (#24423)
This commit is contained in:
parent
42136f9091
commit
879e0ea131
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@
|
|||
|
||||
const onMouseLeave = () => {
|
||||
mouseOver = false;
|
||||
onMouseEvent?.({ isMouseOver: false, selectedGroupIndex: groupIndex });
|
||||
};
|
||||
|
||||
let timer: ReturnType<typeof setTimeout> | null = null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue