There was an error while loading. Please reload this page.
1 parent ce5acb9 commit ad4757cCopy full SHA for ad4757c
index.js
@@ -59,7 +59,7 @@ var ScrollableTabView = React.createClass({
59
if (Math.abs(gestureState.dx) > Math.abs(gestureState.dy)) {
60
if ((gestureState.moveX <= this.props.edgeHitWidth ||
61
gestureState.moveX >= deviceWidth - this.props.edgeHitWidth) &&
62
- this.props.scrollDisabled !== true) {
+ this.props.locked !== true) {
63
return true;
64
}
65
0 commit comments