Replies: 1 comment
-
Didn't search the questions for this. Found the answer here: #45 I would suggest adding an example that shows how to properly use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to apply the drag behavior to a specific element within my custom node. I have tried passing the
dragHandle
property to the node props and then applying thedragHandle
value as a class to the draggable element in the custom node but I simply lose any ability to drag. How is this supposed to be used?Beta Was this translation helpful? Give feedback.
All reactions