fperucic / treant-js

Treant.js - javascript library for drawing tree diagrams
MIT License
864 stars 314 forks source link

Delete Particular Connection Path #136

Open mayank18081993 opened 6 years ago

mayank18081993 commented 6 years ago

tree.addConnectionToNode(tree.tree.nodeDB.get(6), false, tree.tree.nodeDB.get(2));

added connection path 6 -> 2 . can we delete the same connection path .? OR Can we delete the particular node to parent connection?