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

Function hideCmdMenu

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

Source from the content-addressed store, hash-verified

64}
65
66function hideCmdMenu() {
67 $('cmd-menu').classList.remove('visible');
68 cmdMenuOpen = false;
69 cmdActiveIdx = -1;
70}
71
72const CMD_FEEDBACK = {
73 '/compact': { toast: null, overlay: true, label: '对话压缩中...' },

Callers 3

showCmdMenuFunction · 0.70
execCmdFunction · 0.70
initInputFunction · 0.70

Calls 1

$Function · 0.90

Tested by

no test coverage detected