Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
export
function
hideCmdOverlay() {
168
const
ov = $(
'cmd-overlay'
);
169
if
(ov) ov.classList.remove(
'visible'
);
170
}
171
172
export
function
send() {
173
if
(S.waiting) {
Callers
1
renderCompactSummary
Function · 0.90
Calls
1
$
Function · 0.90
Tested by
no test coverage detected