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() }