manually change time and then start timer works now

mic_level
Matthew Huntington 2 years ago
parent ab3d868794
commit 8ba1b28700

@ -88,6 +88,7 @@
}, },
setSecondsManually(){ setSecondsManually(){
this.totalSeconds = this.manualHours*60*60 + this.manualMinutes*60 + this.manualSeconds; this.totalSeconds = this.manualHours*60*60 + this.manualMinutes*60 + this.manualSeconds;
this.savedPreviousSeconds = this.totalSeconds;
window.localStorage.setItem('lastTotalSeconds', this.totalSeconds); window.localStorage.setItem('lastTotalSeconds', this.totalSeconds);
} }
}, },

Loading…
Cancel
Save