From 4f777f00031b8b95c5e842fc48636588014888c2 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 27 May 2025 12:12:03 +0200 Subject: [PATCH] Scrolled to bottom fix. --- src/snek/static/chat-input.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/snek/static/chat-input.js b/src/snek/static/chat-input.js index 8909cc7..1963b36 100644 --- a/src/snek/static/chat-input.js +++ b/src/snek/static/chat-input.js @@ -81,6 +81,7 @@ class ChatInputComponent extends HTMLElement { if (distance < minDistance) { minDistance = distance; closestAuthor = author; + console.info({ mention, closestAuthor, distance }); } });