Skip to content

Commit f69531b

Browse files
committed
(UX) send message after finish audio recording
1 parent ab5147e commit f69531b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ChatWindow/Room/Room.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
@send-message-reaction="sendMessageReaction"
8888
@hide-options="hideOptions = $event"
8989
>
90-
<template v-for="(i, name) in $scopedSlots" #[name]="data">
90+
<template v-for="(idx, name) in $scopedSlots" #[name]="data">
9191
<slot :name="name" v-bind="data" />
9292
</template>
9393
</message>
@@ -870,6 +870,7 @@ export default {
870870
}
871871
872872
this.recorder = this.initRecorder()
873+
this.sendMessage()
873874
}
874875
},
875876
stopRecorder() {

0 commit comments

Comments
 (0)