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 8a47d0d commit 2b7290cCopy full SHA for 2b7290c
src/index.tsx
@@ -630,7 +630,7 @@ export function generateTrigger(
630
);
631
632
onPopupMouseLeave = (event: React.MouseEvent) => {
633
- // only trigger close when mouse leave popup
+ // fix issue: https://github.com/ant-design/ant-design/issues/54496
634
if (popupEle?.contains(event.target as HTMLElement)) {
635
triggerOpen(false, mouseLeaveDelay);
636
}
0 commit comments