How do I have Node dragging in custom layout with positions. #219
ShounakJoshi07
started this conversation in
General
Replies: 1 comment 1 reply
-
This should work, if it doesn't its a bug. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've developed a simple custom layout that utilizes x and y coordinates, as illustrated in the provided demo. While these coordinates successfully update during drag actions, I've encountered an issue where the drag functionality ceases to update the position after either onCanvasClick or onNodeClick events are triggered. Consequently, the dragging action no longer works as expected. Does anyone have insights on how to address this problem?
Beta Was this translation helpful? Give feedback.
All reactions