Added clickDragger to active and pinned cPanels.
This commit is contained in:
parent
3c185b4e28
commit
b994f58bd0
6 changed files with 48 additions and 10 deletions
|
|
@ -23,7 +23,7 @@ class chatBox{
|
|||
this.aspectLock = true;
|
||||
|
||||
//clickDragger object
|
||||
this.clickDragger = new canopyUXUtils.clickDragger("#chat-panel-drag-handle", "#chat-panel-div", "#chat-panel-user-count");
|
||||
this.clickDragger = new canopyUXUtils.clickDragger("#chat-panel-drag-handle", "#chat-panel-div");
|
||||
|
||||
//Element Nodes
|
||||
this.chatPanel = document.querySelector("#chat-panel-div");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue