Преглед изворни кода

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