MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / hideCmdOverlay

Function hideCmdOverlay

app/src/modules/input.js:167–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165}
166
167export function hideCmdOverlay() {
168 const ov = $('cmd-overlay');
169 if (ov) ov.classList.remove('visible');
170}
171
172export function send() {
173 if (S.waiting) {

Callers 1

renderCompactSummaryFunction · 0.90

Calls 1

$Function · 0.90

Tested by

no test coverage detected