From 11b8edf717d1849d26e2d83c85d87776a0ac64dc Mon Sep 17 00:00:00 2001 From: Troplo Date: Sun, 14 Aug 2022 22:55:25 +1000 Subject: [PATCH] Update CommunicationsChat.vue --- frontend/src/views/Communications/CommunicationsChat.vue | 1 + 1 file changed, 1 insertion(+) 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