Skip to content

Commit e442a5d

Browse files
committed
🐞 Fix: Unrelated Touches Being Cancelled
1 parent 4e8a3df commit e442a5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/Sources/RNIContextMenuView/RNIContextMenuView+UIGestureRecognizerDelegate.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ extension RNIContextMenuView: UIGestureRecognizerDelegate {
2020
let longPressGestureRecognizer = self.longPressGestureRecognizer,
2121

2222
gestureRecognizer === longPressGestureRecognizer,
23+
otherGestureRecognizer is UILongPressGestureRecognizer,
2324
otherGestureRecognizer !== longPressGestureRecognizer
2425
else {
2526
return true;

0 commit comments

Comments
 (0)