Fix userlist to properly handle longboi usernames
This commit is contained in:
parent
b853d75836
commit
7fb981d778
2 changed files with 11 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ class userList{
|
|||
this.client = client
|
||||
|
||||
//Click Dragger Object
|
||||
this.clickDragger = new canopyUXUtils.clickDragger("#chat-panel-users-drag-handle", "#chat-panel-users-div");
|
||||
this.clickDragger = new canopyUXUtils.clickDragger("#chat-panel-users-drag-handle", "#chat-panel-users-div", true, this.client.chatBox.clickDragger);
|
||||
|
||||
//Strings
|
||||
this.userColors = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue