Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
Drag & Drop between nodes
posted

Hello,

Is there a way to drop a node between 2 nodes instead of just into a node.

Thank you, 

Parents
No Data
Reply
  • 28464
    posted
    I guess you want to achieve the functionality to add a node in between two nodes, and not to make it a child of the destionation node? I believe this can be achieved as well, if you just find the parent node of the destination node, the index of the destionation node and add the source node as a child to the parent at (destination node index + 1).
Children
No Data