fix TS errors
This commit is contained in:
parent
4e0fa3fdbb
commit
6a7a7a15e4
9 changed files with 20 additions and 16 deletions
|
@ -150,7 +150,7 @@ class Group extends Channel{
|
|||
}
|
||||
createguildHTML(){
|
||||
const div = document.createElement("div");
|
||||
Group.contextmenu.bindContextmenu(div, this);
|
||||
Group.contextmenu.bindContextmenu(div, this,undefined);
|
||||
this.html = new WeakRef(div);
|
||||
div.classList.add("channeleffects");
|
||||
const myhtml = document.createElement("span");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue