react-swipeable
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -131,3 +131,3 @@ var React = require('react') | ||
} else { | ||
if (pos.deltaY < 0) { | ||
if (pos.deltaY > 0) { | ||
this.props.onSwipedUp && this.props.onSwipedUp(ev, pos.deltaY) | ||
@@ -134,0 +134,0 @@ } else { |
@@ -131,3 +131,3 @@ var React = require('react') | ||
} else { | ||
if (pos.deltaY < 0) { | ||
if (pos.deltaY > 0) { | ||
this.props.onSwipedUp && this.props.onSwipedUp(ev, pos.deltaY) | ||
@@ -134,0 +134,0 @@ } else { |
{ | ||
"name": "react-swipeable", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Swipe bindings for react", | ||
@@ -5,0 +5,0 @@ "main": "js/Swipeable.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0