Fix for voice recording reset
This commit is contained in:
parent
0eedfec046
commit
dcc5734ba6
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue