ソースを参照

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();
   }
 }