fix: thumbnail doesnt send mouseLeave events properly (#24423)

pull/24434/head
Min Idzelis 2025-12-06 15:52:06 +07:00 committed by GitHub
parent 42136f9091
commit 879e0ea131
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;