feat: remove scroll to the bottom

This commit is contained in:
Shivam Mishra
2025-02-25 15:22:33 +05:30
parent 123882c6ab
commit f9920fff68
@@ -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);
}
}
},