Hi,
I am new to GoJS and I am creating an interactive diagram where user can drag and drop nodes and link them to each other and create diagrams of his choice. One of my requirement is that if the user creates a link between two nodes, which already has a link but in opposite direction, then the newly created link must snap to the existing link’s path with the arrow in the new(opposite) direction of the existing link. That means there should be only one link seen with arrows in opposite ends. Please help me how I can achieve this. Thanks for your support in advance!