소스 검색

Merge branch 'dev_1.3.4' of http://git.qmth.com.cn/union-question/union-question-web into dev_1.3.4

zhangjie 6 달 전
부모
커밋
cbe7133d0c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/plugins/tts/index.js

+ 1 - 0
src/plugins/tts/index.js

@@ -206,5 +206,6 @@ export default class TtsVoice {
     this.text = "";
     this.blob = "";
     this.changeBtnStatus("UNDEFINED");
+    this.audioPlayer?.reset();
   }
 }