Fixed channel layout bugs with click dragger.
This commit is contained in:
parent
8b52946925
commit
fa6696f9d3
2 changed files with 4 additions and 5 deletions
|
|
@ -6,7 +6,6 @@ class chatPreprocessor{
|
|||
//Set current chat nodes
|
||||
this.chatEntry = chatEntry;
|
||||
this.chatBody = this.chatEntry.querySelector(".chat-entry-body");
|
||||
|
||||
//Split the chat body into an array of objects representing each word
|
||||
//We could pass this through arguments but these functions wont be very interoperable anyways since they expect a purpose-made hashtable
|
||||
this.splitBody();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue