zhangjie 6 달 전
부모
커밋
2239a8dab9
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/components/vEditor/components/TtsDialog.vue

+ 0 - 3
src/components/vEditor/components/TtsDialog.vue

@@ -79,9 +79,6 @@ export default {
       this.blob = null;
     },
     closed() {
-      if (this.status === "PLAY") {
-        this.ttsVoice?.audioPlayer?.stop();
-      }
       this.ttsVoice?.reset();
     },
     cancel() {