diff --git a/ui/src/components/ai-chat/component/operation-button/ChatOperationButton.vue b/ui/src/components/ai-chat/component/operation-button/ChatOperationButton.vue index 6a6018fd1..366e9895f 100644 --- a/ui/src/components/ai-chat/component/operation-button/ChatOperationButton.vue +++ b/ui/src/components/ai-chat/component/operation-button/ChatOperationButton.vue @@ -464,7 +464,7 @@ class AudioManage { this.statusList[index] = AudioStatus.ERROR } } else { - if (window.speechSynthesis.paused) { + if (window.speechSynthesis.paused && self) { window.speechSynthesis.resume() this.statusList[index] = AudioStatus.PLAY_INT } else {