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

Node selection when clicking anywhere in this object

$
0
0

@jokl wrote:

My nodeTemplate:

$(
    go.Node,
    $(
        go.Shape,
        { fill: 'white', strokeWidth: 1, figure: 'LineH' },
        new go.Binding('strokeDashArray', 'strokeDashArray'),
    ),
);

I can select a node only if I explicitly clicked on it. If I click on the figure itself without a line, then I cannot select it.

Please tell me if there is a solution.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles