react-scrubber
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -89,3 +89,3 @@ "use strict"; | ||
var vertical = _this.props.vertical; | ||
return vertical ? _this.getPositionFromMouseY() : _this.getPositionFromCursor(); | ||
return vertical ? _this.getPositionFromMouseY() : _this.getPositionFromMouseX(); | ||
}; | ||
@@ -92,0 +92,0 @@ _this.handleMouseMove = function (e) { |
{ | ||
"name": "react-scrubber", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "React scrubber component with touch controls, styling, and lots event handlers", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet