Updated dem glow.

This commit is contained in:
retoor 2025-05-23 02:39:48 +02:00
parent a0fb214332
commit 431748c489

View File

@ -21,8 +21,8 @@ class MessageList extends HTMLElement {
scrollToBottom(force) { scrollToBottom(force) {
// if (force) { // if (force) {
// this.scrollTop = this.scrollHeight; this.scrollTop = this.scrollHeight;
this.querySelector(".message-list-bottom").scrollIntoView(); //this.querySelector(".message-list-bottom").scrollIntoView();
// } // }
} }
updateMessageText(uid, message) { updateMessageText(uid, message) {