@Gatix wrote:
I recently upgraded our GoJS version from
1.7.15to the latest and I have encountered a weird bug.I have this binding for my Link's points:
new go.Binding('points', 'linkPoints', (pointsArray) => { const points = pointsArray.map(go.Point.parse); const pointsList = new go.List(go.Point); return pointsList.addAll(points); }, ).makeTwoWay(points => points.toArray().map(go.Point.stringify))The issue is that the diagram invalidates the links's positions but it shouldn't be. I've tracked that this started since version
1.7.28.
Posts: 4
Participants: 2