We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f958c4 commit 431d92cCopy full SHA for 431d92c
asset/javascript/TimeController.js
@@ -244,7 +244,7 @@ function TimerController(reference) {
244
}
245
246
function pause() {
247
- if (lastTimerStatus === TimerStatus.RUNNING) {
+ if (lastTimerStatus === TimerStatus.RUNNING || lastTimerStatus === TimerStatus.COUNTDOWN) {
248
lastTimerStatus = TimerStatus.PAUSED;
249
startButton.showElement();
250
pauseButton.hideElement();
0 commit comments