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) {
// if (force) {
// this.scrollTop = this.scrollHeight;
this.querySelector(".message-list-bottom").scrollIntoView();
this.scrollTop = this.scrollHeight;
//this.querySelector(".message-list-bottom").scrollIntoView();
// }
}
updateMessageText(uid, message) {