We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e3f62b + efd35f5 commit 80eb64aCopy full SHA for 80eb64a
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Change Log
2
3
## [Unreleased](https://github.com/DomainGroupOSS/react-slick/tree/HEAD)
4
+### Fixed
5
+- Fix issue preventing the first tap after a swipe from being propagated
6
7
## [0.24.3][] - 2019-06-03
8
src/inner-slider.js
@@ -418,6 +418,7 @@ export class InnerSlider extends React.Component {
418
asNavFor.innerSlider.slideHandler(index);
419
if (!nextState) return;
420
this.animationEndCallback = setTimeout(() => {
421
+ this.clickable = true;
422
const { animating, ...firstBatch } = nextState;
423
this.setState(firstBatch, () => {
424
this.callbackTimers.push(
0 commit comments