Dragging an edge from a button in a context menu of a node #1922
Unanswered
nikhil-varma
asked this question in
Q&A
Replies: 1 comment
-
Posted on Stackoverflow as well: https://stackoverflow.com/questions/75631708/dragging-an-edge-from-a-button-in-a-context-menu-of-a-node |
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
-
My use-case is as follows
addEdgeMode()
)I am unable to figure out a way to automatically touch the source node on which this context menu option is clicked. I tried shooting the following events with a custom event object in this order. Yet, I have to click on the node again to start the control edge.
I think there is an issue already:
Is there a way to achieve this by any chance? I don't want to keep the
addEdgeNode
enabled forever because then it disables the entire physics and everything and also might hijack the node clicks. Unsure about the latter though. Any help here would be appreciated. Thanks in advanceBeta Was this translation helpful? Give feedback.
All reactions