Skip to content

Commit

Permalink
Merge pull request #46379 from Krishna2323/krishna2323/issue/44095
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl authored Aug 1, 2024
2 parents d68a0c4 + bf77789 commit 1d3fe03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function BaseReportActionContextMenu({
menuItemRefs.current[focusedIndex]?.triggerPressAndUpdateSuccess?.();
setFocusedIndex(-1);
},
{isActive: shouldEnableArrowNavigation},
{isActive: shouldEnableArrowNavigation, shouldPreventDefault: false},
);

const openOverflowMenu = (event: GestureResponderEvent | MouseEvent, anchorRef: MutableRefObject<View | null>) => {
Expand Down

0 comments on commit 1d3fe03

Please sign in to comment.