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() {