Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

The mysterious vanishing property lol

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles