From 70f815f4f186922668b7882778747a68508ec451 Mon Sep 17 00:00:00 2001 From: vyneer Date: Fri, 26 Jul 2024 17:14:44 +0300 Subject: [PATCH] fix: forgot to rename a thing --- assets/chat/js/focus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/chat/js/focus.js b/assets/chat/js/focus.js index 6806a5ea..3e4d6bbd 100644 --- a/assets/chat/js/focus.js +++ b/assets/chat/js/focus.js @@ -11,7 +11,7 @@ class ChatUserFocus { this.focused = []; this.chat.output.on('click', (e) => { this.toggleElement(e.target); - this.chat.eventBar.unhighlight(); + this.chat.eventBar.unselect(); }); }