fix TS errors

This commit is contained in:
MathMan05 2024-09-19 14:53:54 -05:00
parent 4e0fa3fdbb
commit 6a7a7a15e4
9 changed files with 20 additions and 16 deletions

View file

@ -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");