vadimkorr / svelte-carousel

The awesome carousel component for Svelte 3 :arrow_left: :art: :arrow_right:
https://vadimkorr.github.io/svelte-carousel
Apache License 2.0
285 stars 63 forks source link

Links should not open if user is swiping #151

Open processprocess opened 1 year ago

processprocess commented 1 year ago

Links should not open if the user is swiping to the next card.

To reproduce, add a link to a carousel and start drag from it. At the end of the event the link opens.

link opening