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 da7bdfb commit 10d23a6Copy full SHA for 10d23a6
src/ChatWindow/Room.vue
@@ -469,7 +469,7 @@ export default {
469
})
470
}
471
472
- this.resetMessage()
+ this.resetMessage(true)
473
},
474
loadMoreMessages(infiniteState) {
475
if (this.loadingMoreMessages) return
@@ -531,7 +531,7 @@ export default {
531
532
addEmoji(emoji) {
533
this.message += emoji.icon
534
- this.focusTextarea()
+ this.focusTextarea(true)
535
536
launchFilePicker() {
537
this.$refs.file.value = ''
0 commit comments