刘洋 6 月之前
父节点
当前提交
032b0acde4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/plugins/tts/index.js

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

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