Update CommunicationsChat.vue

This commit is contained in:
Troplo 2022-08-14 22:55:25 +10:00
parent 83d9b4243d
commit 11b8edf717

View file

@ -1232,6 +1232,7 @@ export default {
drafts[oldVal] = "" drafts[oldVal] = ""
} }
this.message = drafts[val] || "" this.message = drafts[val] || ""
this.messages = []
this.usersTyping = [] this.usersTyping = []
this.replying = null this.replying = null
this.reachedTop = false this.reachedTop = false