Skip to content

Commit

Permalink
Remove deprecated/unused context param (facebook#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntre committed Oct 12, 2021
1 parent 1d0b089 commit 86af69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React/Base/RCTTouchHandler.m
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ - (void)mouseDown:(NSEvent *)event
modifierFlags:[event modifierFlags]
timestamp:[event timestamp]
windowNumber:[event windowNumber]
context:[event context]
context:nil
eventNumber:[event eventNumber]
clickCount:[event clickCount]
pressure:[event pressure]];
Expand Down

0 comments on commit 86af69f

Please sign in to comment.