slight updates to the contextmenu class
This commit is contained in:
parent
f745ec01b5
commit
fb416498d5
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Contextmenu<x,y>{
|
|||
this.buttons.push([text,onclick,img,shown,enabled,"submenu"]);
|
||||
return{};
|
||||
}
|
||||
makemenu(x:number,y:number,addinfo:any,other:y){
|
||||
private makemenu(x:number,y:number,addinfo:x,other:y){
|
||||
const div=document.createElement("div");
|
||||
div.classList.add("contextmenu","flexttb");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue