diff --git a/src/components/timer.vue b/src/components/timer.vue index 6cd8241..3b64a97 100644 --- a/src/components/timer.vue +++ b/src/components/timer.vue @@ -90,6 +90,7 @@ }, updateSavedPreviousSeconds(event){ this.savedPreviousSeconds = parseInt(event.target.value); + this.setManualTime(this.totalSeconds) }, stop(event){ this.running = false;