No relinking event when dragging a link?

Hi,

When i am trying to make a link using linking tool (Draggable link example), link drawn is not triggered. Any idea why?

That’s a good point.

First I should point out that it could not be a “LinkDrawn” DiagramEvent, because the user is not drawing a new link. But there could be a “LinkRelinked” event.

Second, it’s different from the normal results of the RelinkingTool, because not only could either end of the link be reconnected, but both ends could be reconnected.

We’ll look into what should be done. Thanks for pointing out the issue.

Could you try the library at GoJS - Build Interactive Diagrams for the Web ? The DraggingTool will now raise “LinkRelinked” DiagramEvents when DraggingTool.dragsLink is true.