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.
2 parents 86123f4 + 0afdb92 commit 648b2d6Copy full SHA for 648b2d6
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