diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue index b99fda5fb34..396f1a891bb 100644 --- a/src/components/LeftSidebar/LeftSidebar.vue +++ b/src/components/LeftSidebar/LeftSidebar.vue @@ -248,7 +248,7 @@ class="scroller" @scroll="debounceHandleScroll" /> @@ -746,6 +746,8 @@ export default { this.searchText = '' // Initiate the navigation status this.isNavigating = false + + this.handleUnreadMention() }, scrollBottomUnread() {