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 ca500d5 commit 10a39edCopy full SHA for 10a39ed
web/pages/threads/_id.vue
@@ -422,15 +422,10 @@ export default Vue.extend({
422
}
423
424
await this.$store.dispatch('sendMessage', request)
425
+ this.loadMessages()
426
427
this.formMessage = ''
428
this.submitting = false
-
429
- this.$nextTick(() => {
430
- ;(this.$refs.messageInput as any).$refs.input.focus()
431
- this.scrollToElement()
432
- ;(this.$refs.form as any).reset()
433
- })
434
},
435
436
})
0 commit comments