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); } } },