zyzo / react-dnd-mouse-backend

Mouse Backend for react-dnd library
http://zyzo.github.io/react-dnd-mouse-backend/
MIT License
85 stars 30 forks source link

Disable selection while dragging #36

Open akhilpanchal opened 3 years ago

akhilpanchal commented 3 years ago

Thanks for putting together the mouse backend for react-dnd. I am seeing an issue in Firefox and Safari where the UI text elements are selected while dragging. However, it works fine in Chrome.

https://codesandbox.io/s/react-rnd-for-droplets-cdtfy?file=/src/index.js

Can we disable the text selection by default?