mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
Scroll at bottom of the messages when loading is finished.
This commit is contained in:
@@ -43,6 +43,7 @@ function fetchConversation(phoneNumber) {
|
||||
});
|
||||
|
||||
$('#app-content').html(conversationBuf);
|
||||
$('#app-content').scrollTop(1E10);
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user