Fix typo
Summary: Closes https://github.com/facebook/react-native/pull/19317 Differential Revision: D8061509 Pulled By: hramos fbshipit-source-id: 4a2a066d477b090ee1568df234cfda67d5bbd0f8
This commit is contained in:
parent
0afc70b24a
commit
17982094e5
|
@ -212,7 +212,7 @@ RCT_NOT_IMPLEMENTED(- (instancetype)initWithTarget:(id)target action:(SEL)action
|
|||
BOOL canBeCoalesced = [eventName isEqualToString:@"touchMove"];
|
||||
|
||||
// We increment `_coalescingKey` twice here just for sure that
|
||||
// this `_coalescingKey` will not be reused by ahother (preceding or following) event
|
||||
// this `_coalescingKey` will not be reused by another (preceding or following) event
|
||||
// (yes, even if coalescing only happens (and makes sense) on events of the same type).
|
||||
|
||||
if (!canBeCoalesced) {
|
||||
|
|
Loading…
Reference in New Issue