mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 21:29:08 +00:00
Automatically scroll to bottom of chat body on new messages
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
<div class="chat-message-text">${message}</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
// Scroll to bottom of input-body element
|
||||
document.getElementById("chat-body").scrollTop = document.getElementById("chat-body").scrollHeight;
|
||||
}
|
||||
|
||||
function chat() {
|
||||
|
||||
Reference in New Issue
Block a user