v1.18.x
Barış Soner Uşaklı 6 years ago
parent 8945ebcb81
commit bf6fc502c4

@ -318,6 +318,9 @@ define('chat', [
$(window).on('resize', function () {
messagesEl.css('height', module.calculateChatListHeight(modalEl));
require(['forum/chats/messages'], function (ChatsMessages) {
ChatsMessages.scrollToBottom(modalEl.find('.chat-content'));
});
});
};

Loading…
Cancel
Save