From f9920fff6847426362849dd759a5374c56ec9264 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Tue, 25 Feb 2025 15:22:33 +0530 Subject: [PATCH] feat: remove scroll to the bottom --- app/javascript/dashboard/store/modules/conversations/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/dashboard/store/modules/conversations/index.js b/app/javascript/dashboard/store/modules/conversations/index.js index 22f9256b9..e7294dfed 100644 --- a/app/javascript/dashboard/store/modules/conversations/index.js +++ b/app/javascript/dashboard/store/modules/conversations/index.js @@ -197,7 +197,6 @@ export const mutations = { chat.unread_count = unreadCount; if (selectedChatId === conversationId) { emitter.emit(BUS_EVENTS.FETCH_LABEL_SUGGESTIONS); - emitter.emit(BUS_EVENTS.SCROLL_TO_MESSAGE); } } },