MCPcopy Index your code
hub / github.com/EmulatorJS/EmulatorJS / hide

Method hide

data/src/emulator.js:1720–1723  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1718 let timeout = null;
1719 let ignoreEvents = false;
1720 const hide = () => {
1721 if (this.paused || this.settingsMenuOpen || this.disksMenuOpen) return;
1722 this.elements.menu.classList.add("ejs_menu_bar_hidden");
1723 }
1724
1725 const show = () => {
1726 clearTimeout(timeout);

Callers 1

nipplejs.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected