Fix for voice recording reset

This commit is contained in:
10G Meow 2022-05-16 14:19:18 +00:00 committed by n8fr8
parent e2e4456109
commit 01fbc30f50

View file

@ -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);