Skip to content

Commit

Permalink
fix(popover): focus manager
Browse files Browse the repository at this point in the history
  • Loading branch information
haydencleary committed Oct 9, 2024
1 parent eac578a commit 4613f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design-system/molecules/menu/variants/menu-popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function MenuPopover<T = string>({
<>
<FloatingOverlay lockScroll={true}>
<FloatingPortal>
<FloatingFocusManager context={context} modal={false}>
<FloatingFocusManager context={context}>
<div
ref={refs.setFloating}
style={floatingStyles}
Expand Down

0 comments on commit 4613f60

Please sign in to comment.