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
When the timer was in a paused state and received an override configuration, it failed to update the visible timer progress. Fix the bug by emitting 'state' event when setConfigOverride is called.
Rename isConsecutiveStartActionTimerResetAllowed configuration option to resetTimerOnReceivalOfStartAction for more consistent naming convention.
Add new configuration option continueTimerOnReceivalOfStartAction to control whether START action should continue a paused timer.
Move resetTimerOnReceivalOfStartAction option (previously isConsecutiveStartActionTimerResetAllowed) next to continueTimerOnReceivalOfStartAction option everywhere (in code an in UI).
Continue paused timer on receival of START action if continueTimerOnReceivalOfStartAction option is enabled.