Skip to content

Commit 67498cb

Browse files
committed
fix: revert intercept
1 parent 602704a commit 67498cb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ios/EnrichedTextInputView.mm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ - (void)setupTextView {
140140
textView.delegate = self;
141141
textView.input = self;
142142
textView.layoutManager.input = self;
143-
for(UIGestureRecognizer *recognizer in textView.gestureRecognizers) {
144-
recognizer.delegate = self;
145-
}
146143
}
147144

148145
- (void)setupPlaceholderLabel {

0 commit comments

Comments
 (0)