Scrolled to bottom fix.
This commit is contained in:
@@ -81,6 +81,7 @@ class ChatInputComponent extends HTMLElement {
|
||||
if (distance < minDistance) {
|
||||
minDistance = distance;
|
||||
closestAuthor = author;
|
||||
console.info({ mention, closestAuthor, distance });
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user