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

Close button under selection in gojs selected node

$
0
0

@temp1e wrote:

I have a gojs diagram with node selection enabled. The area is specified as

$(go.Node, 'Spot', new go.Binding("location", "loc", go.Point.parse).makeTwoWay(go.Point.stringify), new go.Binding("key", "_id"),{
deletable: false,
selectionObjectName: "mainPanel"
}
I also enabled the close button with

$diagram = graph.createDiagram('diagram', {
.........
enableCloseBtn: true
});
The problem is that selection is upon close button which is very irritating. Besides the link also does not look completed.

Anyone able to help resolve this visual issues?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles