In my case when I drag child node at the edge of group node, group node adjust its position. So to avoid that I set “computesBoundsAfterDrag: true” but by setting this to true it is still repositioning group node after drag.
When I set computesBoundsAfterDrag to false(default), group changes position while I drag child node.
When I set computesBoundsAfterDrag to true, group changes position after I drag child node.
What I want is that when I drag child node group should remain at its position. Can someone please help me this.
Example for your reference