diff --git a/src/components/VoiceRecorder.vue b/src/components/VoiceRecorder.vue index acd4251..d1debf6 100644 --- a/src/components/VoiceRecorder.vue +++ b/src/components/VoiceRecorder.vue @@ -233,6 +233,7 @@ export default { this.state = State.INITIAL; this.errorMessage = null; this.recordedFile = null; + this.recordingTime = String.fromCharCode(160); if (this.ptt) { document.addEventListener("mouseup", this.mouseUp, false); document.addEventListener("mousemove", this.mouseMove, false);