We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e00a2c commit 3c7e5b0Copy full SHA for 3c7e5b0
1 file changed
src/Row.js
@@ -78,9 +78,7 @@ export default class Row extends Component {
78
79
},
80
81
- onPanResponderTerminationRequest: () => {
82
- this._cancelLongPress();
83
- },
+ onPanResponderTerminationRequest: () => !this.state.active,
84
85
onPanResponderTerminate: () => {
86
this._cancelLongPress();
0 commit comments