Fixed bug w/ userList resizing when panel unpinned
This commit is contained in:
parent
3ba5c4ae32
commit
247caa5c23
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ class cPanel{
|
|||
|
||||
//ClickDragger Objects
|
||||
this.activePanelDragger = new canopyUXUtils.clickDragger("#cpanel-active-drag-handle", "#cpanel-active-div", false);
|
||||
this.pinnedPanelDragger = new canopyUXUtils.clickDragger("#cpanel-pinned-drag-handle", "#cpanel-pinned-div", false, this.client.userList.clickDragger);
|
||||
this.pinnedPanelDragger = new canopyUXUtils.clickDragger("#cpanel-pinned-drag-handle", "#cpanel-pinned-div", false, this.client.chatBox.clickDragger);
|
||||
|
||||
//Element Nodes
|
||||
//Active Panel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue