From 431748c489e4fe9e80a8a2846528a824bbc372dd Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 23 May 2025 02:39:48 +0200 Subject: [PATCH] Updated dem glow. --- src/snek/static/message-list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/snek/static/message-list.js b/src/snek/static/message-list.js index a435996..e4e7702 100644 --- a/src/snek/static/message-list.js +++ b/src/snek/static/message-list.js @@ -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) {