Randall Reed, Jr.

Results 6 comments of Randall Reed, Jr.

@yez Thanks for the fix!

May share a root cause with #1240

This was my solution: ``` constructor(props) { super(props); this.carouselSettings = {..., touchThreshold: 5, ...}; // explicitly set touchThreshold since we reference it later this.preventTouch = this.preventTouch.bind(this); this.touchStart = this.touchStart.bind(this); }...

Just pulled this branch into my repo and it fixed the exact issue for me (not being able to move to last slide). I would love to see this merged...

This is also subject to localization, as 1,000,000 in US would be 1.000.000 in Europe for example