How to prevent elements from overlapping

1

As shown in the figure above, one task is covered by another. How to prevent this situation

The feature that places elements automatically only checks if the new element will cover elements that are connected to the same source. As you can see this method has its limitations.

There’s an experimental feature that I implemented a while ago that solves this issue: https://github.com/philippfromme/diagram-js-element-detection

1 Like