mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 19:44:13 +00:00
[ReactNative] Fix fatal from long press
This commit is contained in:
parent
282a2071ad
commit
473acdbc74
@ -436,6 +436,7 @@ var TouchableMixin = {
|
||||
if (isTouchWithinActive) {
|
||||
this._receiveSignal(Signals.ENTER_PRESS_RECT, e);
|
||||
} else {
|
||||
this._cancelLongPressDelayTimeout();
|
||||
this._receiveSignal(Signals.LEAVE_PRESS_RECT, e);
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user