You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a bug where since the cardio timer updates two fields with two callbacks, the second update clobbered the first. This change ensures that the calback always gets the latest version of the exercise.
This is not the first time this has happened with this new model, it may not be the best way to go about it.
fixes: #861
0 commit comments