Fixed edge case in userlist when resizing.
This commit is contained in:
parent
499c0aa555
commit
8233d36f52
|
|
@ -180,6 +180,8 @@ class chatBox{
|
|||
resizeAspect(event){
|
||||
if(this.aspectLock){
|
||||
this.sizeToAspect();
|
||||
}else{
|
||||
this.client.userList.clickDragger.fixCutoff();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue