We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ef6e5 commit 66f674fCopy full SHA for 66f674f
ui/src/components/ai-chat/component/operation-button/ChatOperationButton.vue
@@ -413,7 +413,9 @@ class AudioManage {
413
this.reTryError()
414
415
// 需要播放的内容
416
- const index = this.statusList.findIndex((status) => [AudioStatus.READY].includes(status))
+ const index = this.statusList.findIndex((status) =>
417
+ [AudioStatus.MOUNTED, AudioStatus.READY].includes(status)
418
+ )
419
420
if (index < 0 || this.statusList[index] === AudioStatus.MOUNTED) {
421
return
0 commit comments