From eb0a1189ce853c6e68c0d4d614c35d3917eff9c5 Mon Sep 17 00:00:00 2001 From: Troplo Date: Sat, 30 Jul 2022 15:14:53 +1000 Subject: [PATCH] Update CommunicationsChat.vue --- frontend/src/views/Communications/CommunicationsChat.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/Communications/CommunicationsChat.vue b/frontend/src/views/Communications/CommunicationsChat.vue index 9c3effb..5b4fd31 100644 --- a/frontend/src/views/Communications/CommunicationsChat.vue +++ b/frontend/src/views/Communications/CommunicationsChat.vue @@ -1195,6 +1195,8 @@ export default { this.messages = [] this.usersTyping = [] this.replying = null + this.reachedTop = false + this.avoidAutoScroll = false this.offset = 0 this.getMessages() }