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