Delete middle node moves children to grandparent node (ripple delete)


It would be nice to delete a middle node so that it’s children are adopted by the grandparent node.  Using control+drag is useful for one node to reorganize then delete is possible, but time consuming when there’s more than one node.

As an example

A node → B node → C,D,E,F nodes

automatically connects the following when B is deleted

A node → C,D,E,F nodes

No replies yet...