react-draggable icon indicating copy to clipboard operation
react-draggable copied to clipboard

How can make I drag only after a double-click?

Open MassMessage opened this issue 4 years ago • 1 comments
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

MassMessage avatar Sep 25 '21 02:09 MassMessage

you could have state in your drag component and then disable updating position unless the user has double clicked?

DanielBailey-web avatar Oct 15 '21 23:10 DanielBailey-web