re-add context menu

This commit is contained in:
MathMan05 2024-09-20 14:49:14 -05:00
parent cd049e3477
commit 316fbf425b

View file

@ -208,7 +208,7 @@ class Message extends SnowFlake{
return this.owner.info;
}
messageevents(obj: HTMLDivElement){
// const func = Message.contextmenu.bindContextmenu(obj, this, undefined);
Message.contextmenu.bindContextmenu(obj, this, undefined);
this.div = obj;
obj.classList.add("messagediv");
}