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