diff --git a/src/snek/static/chat-input.js b/src/snek/static/chat-input.js index 8909cc7..1963b36 100644 --- a/src/snek/static/chat-input.js +++ b/src/snek/static/chat-input.js @@ -81,6 +81,7 @@ class ChatInputComponent extends HTMLElement { if (distance < minDistance) { minDistance = distance; closestAuthor = author; + console.info({ mention, closestAuthor, distance }); } });