phetsims / unit-rates

"Unit Rates" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 2 forks source link

Trailing zeros are shown in values for denominator (bottom) number line #220

Closed pixelzoom closed 1 year ago

pixelzoom commented 1 year ago

This bug was introduced during TypeScript conversion. It might get fixed as part of https://github.com/phetsims/unit-rates/issues/221.

Markers on the denominator (bottom) number line are supposed to have trailing zeros removed, but they are now shown.

For example, in published 1.0.26: published

But in master: master

pixelzoom commented 1 year ago

Addressed in https://github.com/phetsims/unit-rates/issues/221.