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

duplicated bool node edges #30

Closed dpgraham4401 closed 8 months ago

dpgraham4401 commented 8 months ago

when a user clicks the currently active option for a boolean node, it duplicates the edge.

as a result, when the user clicks the opposite option, the duplicated edge remains.

we need to fix the onClick event for BoolNode buttons to prevent this from happening.