Skip to content

Commit ed27439

Browse files
committed
revert(NewMessage): revert removed line from 9efb614
- could fill the input again after posting a message, if was sent before debounced update Signed-off-by: Maksim Sukharev <[email protected]>
1 parent 708ab23 commit ed27439

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/NewMessage/NewMessage.vue

+2
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@ export default {
621621
return
622622
}
623623
this.$nextTick(() => {
624+
// reset or fill main input in chat view from the store
625+
this.text = this.chatInput
624626
// refocus input as the user might want to type further
625627
this.focusInput()
626628
})

0 commit comments

Comments
 (0)