react-multi-carousel
Advanced tools
Comparing version 1.0.35 to 1.0.36
@@ -193,2 +193,6 @@ "use strict"; | ||
const { clientX } = e.touches ? e.touches[0] : e; | ||
if (e.touches && this.autoPlay && this.props.autoPlay) { | ||
clearInterval(this.autoPlay); | ||
this.autoPlay = undefined; | ||
} | ||
if (this.onMove) { | ||
@@ -195,0 +199,0 @@ if (this.initialPosition > clientX) { |
{ | ||
"name": "react-multi-carousel", | ||
"version": "1.0.35", | ||
"version": "1.0.36", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,2 +5,4 @@ # react-multi-carousel | ||
[www.w3js.com -> react-multi-carousel](https://w3js.com/index.php/2019/03/06/react-carousel-with-server-side-rendering-support-part-1z/). | ||
## NPM | ||
@@ -143,2 +145,2 @@ | ||
Submit an issue for feature request or submit a pr. | ||
Submit an issue for feature request or submit a pr. |
Sorry, the diff of this file is not supported yet
40182
515
145