zhangjie 6 mesiacov pred
rodič
commit
2239a8dab9

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