Преглед на файлове

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