This repository was archived by the owner on Nov 30, 2022. It is now read-only.
Drag&Drop node A on node B to create the edge AB #44
MaurizioCasciano
started this conversation in
Ideas
Replies: 1 comment
-
|
Hello, this isn't possible without a lot of customization using the callbacks exposed in the config. I chose to not implement that functionality in this library, because it would break touch controls. Because of the limitations of touch input I had to decide between supporting node dragging and link creation for mobile screens. |
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.
-
Hi, is it possible to configure Drag&Drop of nodes in order to create an edge between them?
E.g.: I want to be able to create an edge AB by dragging node A and dropping it on node B.
Beta Was this translation helpful? Give feedback.
All reactions