Skip to content

Commit a840b9e

Browse files
committed
Add missing function arguments
1 parent 56d9c3f commit a840b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Row.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default class Row extends Component {
113113
return true;
114114
},
115115

116-
onPanResponderTerminate: () => {
116+
onPanResponderTerminate: (e, gestureState) => {
117117
this._cancelLongPress();
118118

119119
// If responder terminated while dragging,

0 commit comments

Comments
 (0)