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

MouseDrop : How can I know what object is being dropped

$
0
0

@anildes wrote:

mouseDrop: function(e, node) {


        console.log("The node in mousedrop is ",node.data.key);
        console.log("The draged part  is ",part);
      }

Here is I always see the background node , How can I get the details of the node being dropped on the background node ?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles