MCPcopy Index your code
hub / github.com/codeaashu/claude-code / MessageActionsKeybindings

Function MessageActionsKeybindings

src/components/messageActions.tsx:274–293  ·  view source on GitHub ↗
(t0)

Source from the content-addressed store, hash-verified

272
273// Must mount inside <KeybindingSetup>.
274export function MessageActionsKeybindings(t0) {
275 const $ = _c(2);
276 const {
277 handlers,
278 isActive
279 } = t0;
280 let t1;
281 if ($[0] !== isActive) {
282 t1 = {
283 context: "MessageActions",
284 isActive
285 };
286 $[0] = isActive;
287 $[1] = t1;
288 } else {
289 t1 = $[1];
290 }
291 useKeybindings(handlers, t1);
292 return null;
293}
294
295// borderTop-only Box matches PromptInput's ─── line for stable footer height.
296export function MessageActionsBar(t0) {

Callers

nothing calls this directly

Calls 1

useKeybindingsFunction · 0.85

Tested by

no test coverage detected