Skip to content

Commit b37ae92

Browse files
authored
[core] Fix PopoverNext closing on focus for hover interactions (#8115)
1 parent 54ceffd commit b37ae92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/components/popover-next/popoverPopup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function PopoverPopup(props: PopoverPopupProps) {
1818
animation = PopoverAnimation.SCALE,
1919
arrow = true,
2020
arrowRef,
21-
autoFocus = true,
21+
autoFocus,
2222
backdropProps,
2323
canEscapeKeyClose,
2424
captureDismiss = false,

0 commit comments

Comments
 (0)