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 4e8a3df commit e442a5dCopy full SHA for e442a5d
ios/Sources/RNIContextMenuView/RNIContextMenuView+UIGestureRecognizerDelegate.swift
@@ -20,6 +20,7 @@ extension RNIContextMenuView: UIGestureRecognizerDelegate {
20
let longPressGestureRecognizer = self.longPressGestureRecognizer,
21
22
gestureRecognizer === longPressGestureRecognizer,
23
+ otherGestureRecognizer is UILongPressGestureRecognizer,
24
otherGestureRecognizer !== longPressGestureRecognizer
25
else {
26
return true;
0 commit comments