Closed ValGeorgiev closed 2 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/nuka-carousel/nuka-carousel/DjnhGFC8qi54jySmmzAo4WxZuBsd
✅ Preview: https://nuka-carousel-git-fix-dont-prevent-default-e936a5-nuka-carousel.vercel.app
Description
Currently if you have content editable fields in the carousel, we are preventing this to work, because we preventing the default of mouse down event. This is done, to enable dragging. In order to have content editable fields, you should disable dragging.
Issue: #730