As in my other question, assume there is some arbitrary nested layout.
For instance, like
Board
- Group 1
- - Rectangle2
- - Layout 1
- - - Group 2
- - - -Rectangle 2
If I move some element in the UI, e.g. Rectangle 2, to change the position or scale it, I expect it to stay in its group/layout.
Instead, it is moved out of the group and will be a direct child of Board as soon as I finish dragging / moving.
Why is this? Is there any undocumented setting to prevent this behavior?
As it currently is, I cannot drag or rescale elements freely without destroying the layout and having to move the element back to it’s parent.