(t0)
| 272 | |
| 273 | // Must mount inside <KeybindingSetup>. |
| 274 | export 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. |
| 296 | export function MessageActionsBar(t0) { |
nothing calls this directly
no test coverage detected