react-elastic-carousel
react-elastic-carousel copied to clipboard
focusOnSelect conflict with enableMouseSwipe
trafficstars
Describe the bug
focusOnSelect and enableMouseSwipe both enabled . Drag on current slide to next slide is not working
To Reproduce Steps to reproduce the behavior:
- have at least 3 slides.
focusOnSelectandenableMouseSwipeboth enabled - Drag on current slide to next slide
- current slide still show as active slide . (Should be next slide become active slide)
Expected behavior Next slide should become active slide
Additional context
It's bcs event didn't got prevent. When drag on the slide . focusOnSelect should not execute after drag event .
Drag to want switch to next slide . But after drag . click event switch back the slide .It's the main issue .
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.