ismail9k / vue3-carousel

Vue 3 carousel component
https://ismail9k.github.io/vue3-carousel/
MIT License
660 stars 164 forks source link

Passive issue with 'touchstart' event still present in latest version (0.2.13) of npm package #286

Closed dhyang-upplanet closed 1 year ago

dhyang-upplanet commented 1 year ago

It appears that the latest version (0.2.13) of the vue3-carousel package on npm still has the passive issue with the 'touchstart' event, despite the fact that a related issue has already been resolved. (#276).

Specifically, the code in the latest version of the package on npm still contains the problematic code. (/vue3-carousel/dist/carousel.es.js, line 643)

I am not sure where to report this issue, so I am posting it here for now.

ismail9k commented 1 year ago

Thank you for raising this. Please update to version v0.2.14, and if you still facing the same problem feel free to reopen the issues again