From 594612e278f37920d340a4f14f279e9e8ee714ef Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 26 Feb 2025 15:27:53 +0530 Subject: [PATCH] revert: emit change --- app/javascript/dashboard/store/modules/conversations/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/dashboard/store/modules/conversations/index.js b/app/javascript/dashboard/store/modules/conversations/index.js index e7294dfed..22f9256b9 100644 --- a/app/javascript/dashboard/store/modules/conversations/index.js +++ b/app/javascript/dashboard/store/modules/conversations/index.js @@ -197,6 +197,7 @@ export const mutations = { chat.unread_count = unreadCount; if (selectedChatId === conversationId) { emitter.emit(BUS_EVENTS.FETCH_LABEL_SUGGESTIONS); + emitter.emit(BUS_EVENTS.SCROLL_TO_MESSAGE); } } },