Update.
This commit is contained in:
parent
fb754cad92
commit
cbbaa22f56
@ -98,6 +98,8 @@ class ChatInputComponent extends NjetComponent {
|
||||
if (distance < minDistance) {
|
||||
minDistance = distance;
|
||||
closestAuthor = author;
|
||||
console.info("closestAuthor",closestAuthor)
|
||||
console.info("minDistance",minDistance)
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user