From f8cea3a54346d456eabbebdafd6706cded389dd4 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Sat, 24 Aug 2024 23:53:57 +0200 Subject: [PATCH] changing seconds updates manual time entry --- src/components/timer.vue | 1 + 1 file changed, 1 insertion(+) 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;