Describe the bugfocusOnSelect 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. focusOnSelect and enableMouseSwipe both 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.
Describe the bug
focusOnSelect
andenableMouseSwipe
both enabled . Drag on current slide to next slide is not workingTo Reproduce Steps to reproduce the behavior:
focusOnSelect
andenableMouseSwipe
both enabledExpected 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 .