Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ hideConsole
Function
hideConsole
src/lib/console.js:212–215 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
210
}
211
212
function
hideConsole() {
213
$console.remove();
214
$input.removeEventListener(
"keydown"
, onCodeInput);
215
}
216
217
function
onCodeInput(e) {
218
const
key = e.key;
Callers
1
onclick
Function · 0.85
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected