akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.62k stars 2.09k forks source link

autoplay does not work when PauseOnHover, pauseOnFocus, and pauseOnDotsHover are all true #2375

Open SpaciousKitchen opened 1 month ago

SpaciousKitchen commented 1 month ago

When PauseOnHover, pauseOnFocus, and pauseOnDotsHoverare all true and autoplay is true,

https://github.com/akiran/react-slick/assets/60823814/a5c3018d-422b-4753-93e7-f6b9b4b6c8da

  1. Click on the previous card of the dots to move
  2. After using the slide to move to the previous card,
  3. autoplay does not work automatically.

codepen

How can I solve this?