Scrolled to bottom fix.

This commit is contained in:
retoor 2025-05-27 12:12:03 +02:00
parent b5e1ba72d0
commit 4f777f0003

View File

@ -81,6 +81,7 @@ class ChatInputComponent extends HTMLElement {
if (distance < minDistance) {
minDistance = distance;
closestAuthor = author;
console.info({ mention, closestAuthor, distance });
}
});