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