mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Fix close
This commit is contained in:
parent
4955877370
commit
c09be11ba9
@ -6684,9 +6684,9 @@ class EmulatorJS {
|
||||
popups[0].remove();
|
||||
});
|
||||
},
|
||||
Close: () => {
|
||||
"Close": () => {
|
||||
this.cheatMenu.style.display = "none";
|
||||
},
|
||||
}
|
||||
}, true);
|
||||
this.cheatMenu = body.parentElement;
|
||||
this.cheatMenu.getElementsByTagName("h4")[0].style["padding-bottom"] = "0px";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user