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