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 adade48 commit 0afdb92Copy full SHA for 0afdb92
1 file changed
src/components/MenuItem.tsx
@@ -679,7 +679,7 @@ function MenuItem({
679
onPress={shouldCheckActionAllowedOnPress ? callFunctionIfActionIsAllowed(onPressAction, isAnonymousAction) : onPressAction}
680
onPressIn={() => shouldBlockSelection && shouldUseNarrowLayout && canUseTouchScreen() && ControlSelection.block()}
681
onPressOut={ControlSelection.unblock}
682
- onSecondaryInteraction={copyValue ? secondaryInteraction : onSecondaryInteraction}
+ onSecondaryInteraction={copyable && !deviceHasHoverSupport ? secondaryInteraction : onSecondaryInteraction}
683
wrapperStyle={outerWrapperStyle}
684
activeOpacity={!interactive ? 1 : variables.pressDimValue}
685
opacityAnimationDuration={0}
0 commit comments