Added pop-out Canopy Panels.
Also added un-pin button to pinned Canopy Panel
This commit is contained in:
parent
9a17dc5c86
commit
3c185b4e28
10 changed files with 213 additions and 48 deletions
|
|
@ -39,7 +39,6 @@ class channel{
|
|||
}
|
||||
|
||||
defineListeners(){
|
||||
//This function should serve mostly to glue functions from channel and it's children to it's socket's listeners.
|
||||
this.socket.on("connect", () => {
|
||||
document.title = `${this.channelName} - Connected`
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue