Fix close

This commit is contained in:
Ethan O'Brien 2026-01-17 12:42:10 -06:00
parent 4955877370
commit c09be11ba9

View File

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