Steps to reproduce
- Create a new "Topography" diagram (for example).
- In the initial state, all edges are properly routed in a rectilinear style to avoid crossing nodes.
- Move some element on the diagram (any one).
Expected behavior
None of the edges which are not connected to the moved element should be impacted.
Ideally, even the edges connected to the moved element should be re-routed correctly after the move, but for now it would be OK if these (and only these) were reset.
Actual behavior
All the edges on the diagram are reset to be single segment straight from their source to their target node, and can cross over other elements.