A bug fix (conveniently also a performance optimization) that sets node positions for the entire tree upon loading the config. This means that our store does not have to recaclulate node position every time and, upon doing so, the nodes do not overlap.
Issue ticket number and link
Checklist
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
Description
A bug fix (conveniently also a performance optimization) that sets node positions for the entire tree upon loading the config. This means that our store does not have to recaclulate node position every time and, upon doing so, the nodes do not overlap.
Issue ticket number and link
Checklist