USEPA / the-manifest-game

Interactive decision tree to help e-Manifest users
https://usepa.github.io/the-manifest-game/
MIT License
1 stars 1 forks source link

Set Node positions on load #22

Closed dpgraham4401 closed 9 months ago

dpgraham4401 commented 9 months ago

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