changing seconds updates manual time entry

practiced-songs
Matthew Huntington 1 year ago
parent ec002cc020
commit f8cea3a543

@ -90,6 +90,7 @@
}, },
updateSavedPreviousSeconds(event){ updateSavedPreviousSeconds(event){
this.savedPreviousSeconds = parseInt(event.target.value); this.savedPreviousSeconds = parseInt(event.target.value);
this.setManualTime(this.totalSeconds)
}, },
stop(event){ stop(event){
this.running = false; this.running = false;

Loading…
Cancel
Save