diff --git a/www/js/channel/chat.js b/www/js/channel/chat.js index 0d9ba80..05ced4f 100644 --- a/www/js/channel/chat.js +++ b/www/js/channel/chat.js @@ -180,6 +180,8 @@ class chatBox{ resizeAspect(event){ if(this.aspectLock){ this.sizeToAspect(); + }else{ + this.client.userList.clickDragger.fixCutoff(); } }