Skip to content

Commit 5e88bdd

Browse files
feat: Optimize the mobile voice interaction experience
1 parent f2baa15 commit 5e88bdd

File tree

1 file changed

+1
-1
lines changed
  • ui/src/components/ai-chat/component/chat-input-operate

1 file changed

+1
-1
lines changed

ui/src/components/ai-chat/component/chat-input-operate/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ const uploadRecording = async (audioBlob: Blob) => {
527527
// 自动发送
528528
if (props.applicationDetails.stt_autosend) {
529529
nextTick(() => {
530-
autoSendMessage()
530+
autoSendMessage()
531531
})
532532
} else {
533533
isMicrophone.value = false

0 commit comments

Comments
 (0)