Hacker News new | ask | show | jobs
by ykler 3187 days ago
The Draggable JS homepage doesn't have this problem. Is this because it doesn't use HTML5 drag/drop at all?
1 comments

They have the option to use the the native HTML5 drag and drop API, but it is disabled by default, and they use mouse events instead. See the 'native' option: https://github.com/Shopify/draggable#options

I would really like to see support for mouse events in react-dnd.