I am building a ladder layout diagram application using ReactJS, React Flow, and ELK for layout. However, I’m encountering an issue with the layout generation. When I add a new node using ELK, the rows belonging to the longest branch (column) are always positioned at the bottom.
I want these branches to remain fixed in their original positions regardless of their length (whether long or short).

