mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-24 01:38:29 +02:00
chore: remove debug messages
This commit is contained in:
@@ -105,9 +105,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function scrollChatToBottom() {
|
function scrollChatToBottom() {
|
||||||
console.log("scrolling chat");
|
|
||||||
const chatContainer = document.getElementById('chat_container');
|
const chatContainer = document.getElementById('chat_container');
|
||||||
console.log(chatContainer);
|
|
||||||
if (chatContainer) chatContainer.scrollTop = chatContainer.scrollHeight;
|
if (chatContainer) chatContainer.scrollTop = chatContainer.scrollHeight;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user