Fixed channel layout bugs with click dragger.

This commit is contained in:
rainbow napkin 2024-12-03 05:06:40 -05:00
parent 8b52946925
commit fa6696f9d3
2 changed files with 4 additions and 5 deletions

View file

@ -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();