diff --git a/src/components/RightSidebar/RightSidebar.vue b/src/components/RightSidebar/RightSidebar.vue index 11263abc012..4ace45fbf34 100644 --- a/src/components/RightSidebar/RightSidebar.vue +++ b/src/components/RightSidebar/RightSidebar.vue @@ -49,6 +49,7 @@ @@ -213,6 +214,7 @@ export default { if (!this.isRenamingConversation) { this.conversationName = this.conversation.displayName } + this.$refs.participantsTab.$el.scrollTop = 0 }, },