Hi,
I am having an issue with a group not containing the nodes which it visually does. I have set the maxLocation for my nodes equal to the size of the group. When I drag and drop the node to the bottom limit, to where it stopt dragging, the node has group element “undefined”, and the group does not contain said node. When nodes are not placed directly against the bottom border of the group, everything works as intended. I am wondering what I am doing wrong.
Example of maxLocation and minLocation of a node:
{ maxLocation: new go.Point(1000, 1000) , minLocation: new go.Point(50, 50) }
Thanks in advance.