Hi, i have a question
I’m dragging a link from a port on a node to connect it to the port on the other node, but i drop the link in the diagram before i connect to the other node, can i catch that drop event with the info which node i’m dragging from?
I did like you recommended. this is the code : http://jsfiddle.net/thanhvu231/ufVUr/4/I created a custom LinkingTool at the line 303 in the javascript file in the jsfiddle above and try to alert text to see whether it runs or not.
Could you have a look at the CustomLinkingTool and give me some have advice. In this case, i want to catch the failed link when i mouse-up.
Thanks