When a new node is added, it should not overlap with any existing sibling.
Opened this issue · 0 comments
koschke commented
Method AddNodeAction.AddNode
currently uses a default size for the node it creates. However, that node could overlap with any of its siblings. We need a strategy to avoid that.