Skip to content

Commit

Permalink
[fabric][touch-handler] Remove cancelTouchWithEvent till surface to…
Browse files Browse the repository at this point in the history
…uch handler is merged
  • Loading branch information
shwanton committed May 1, 2024
1 parent 99a584f commit 40475b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ - (void)mouseDown:(NSEvent *)event

// Start selection if we're still selectable and hit-testable.
if (_textView.selectable && [contentView hitTest:point] == self) {
[[RCTSurfaceTouchHandler surfaceTouchHandlerForView:self] cancelTouchWithEvent:event];
[self.window makeFirstResponder:_textView];
[_textView mouseDown:event];
}
Expand Down

0 comments on commit 40475b4

Please sign in to comment.