mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-21 13:23:04 +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').html(conversationBuf);
|
||||||
|
$('#app-content').scrollTop(1E10);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user