mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +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 class="chat-message-text">${message}</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
// Scroll to bottom of input-body element
|
||||||
|
document.getElementById("chat-body").scrollTop = document.getElementById("chat-body").scrollHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
function chat() {
|
function chat() {
|
||||||
|
|||||||
Reference in New Issue
Block a user