We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7290c commit 5884b91Copy full SHA for 5884b91
src/index.tsx
@@ -596,7 +596,8 @@ export function generateTrigger(
596
);
597
598
onPopupMouseEnter = (event) => {
599
- // Only trigger re-open when popup is visible
+ // Only trigger re-open when popup is visible or in motion
600
+ // and ensure the mouse is entering the popup area
601
if (
602
(mergedOpen || inMotion) &&
603
popupEle?.contains(event.target as HTMLElement)
0 commit comments