How to click an item to select it for dragging?
When using React Draggable, normally you click and hold down the button to select and drag an item with the mouse. Is there a way to just click an item and release the mouse button, and that item attaches the cursor and you are able to drag it around that way? I am using react-xarrows and trying to select an endpoint to drag by click-and-release.
React Draggable: Click and release to drag?
When using React Draggable, normally you click and hold down the button to select and drag an item with the mouse. Is there a way to just click an item and release the mouse button, and that item attaches the the cursor and you are able to drag it around that way? I am using react-xarrows and trying to select an endpoint to drag by click-and-release.