Skip to content

Commit

Permalink
fix: forgot to rename a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
vyneer committed Jul 26, 2024
1 parent 008ce3a commit 70f815f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/chat/js/focus.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
}

Expand Down

0 comments on commit 70f815f

Please sign in to comment.