@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
