phetsims / projectile-data-lab

"Projectile Data Lab" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 0 forks source link

Gray out the stopwatch launch button when no more projectiles can be launched #164

Closed samreid closed 6 months ago

samreid commented 6 months ago

Discovered in https://github.com/phetsims/projectile-data-lab/issues/146, if you exhaust all projectiles, the stopwatch launch button should probably gray out. @matthew-blackman sound good?

samreid commented 6 months ago

Fixed. @matthew-blackman want to review/test? Please note it seems important to leave the "stop" functionality enabled even when all projectiles are exhausted.

matthew-blackman commented 6 months ago

Code changes look great, and everything worked correctly in my testing. Nice work! Closing.