react-draggable
react-draggable copied to clipboard
How can make I drag only after a double-click?
trafficstars
Currently, just after a single click, you can drag it. It's messing up some stuff in my web app. I'd like to make it drag only after a double-click. How can I do that? is this supported natively? I couldn't find in the documentation
you could have state in your drag component and then disable updating position unless the user has double clicked?