mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +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 = () => {
|
const onMouseLeave = () => {
|
||||||
mouseOver = false;
|
mouseOver = false;
|
||||||
|
onMouseEvent?.({ isMouseOver: false, selectedGroupIndex: groupIndex });
|
||||||
};
|
};
|
||||||
|
|
||||||
let timer: ReturnType<typeof setTimeout> | null = null;
|
let timer: ReturnType<typeof setTimeout> | null = null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue