@incursus wrote:
Any ideas why the first debug statement would say "null" for the toNode property, yet I can see it populated in the second debug statement?
myDiagram.linkTemplate.fromPortChanged = function(thisLink, oldNode, newNode) { console.log(thisLink.toNode); console.log(thisLink); }
Posts: 17
Participants: 2