TurtleByte / bananocalculator

4 stars 3 forks source link

Fix issue with search params #2

Closed zane-programs closed 3 years ago

zane-programs commented 3 years ago

I heard that the search params to specify points and points mode (pp or ppd) had stopped working, so I checked what was going on. The issue appears to be that the initial updateValuesInternal call was running before the folding data CSV file had finished loading. I moved that updateValuesInternal call into the d3.csv callback.

If you have any concerns, please let me know. Thanks for making this awesome tool!