diff --git a/frontend/src/views/Communications/CommunicationsChat.vue b/frontend/src/views/Communications/CommunicationsChat.vue index 36fca45..e26ede1 100644 --- a/frontend/src/views/Communications/CommunicationsChat.vue +++ b/frontend/src/views/Communications/CommunicationsChat.vue @@ -1232,6 +1232,7 @@ export default { drafts[oldVal] = "" } this.message = drafts[val] || "" + this.messages = [] this.usersTyping = [] this.replying = null this.reachedTop = false