fix(tui): preserve prompt footer actions

This commit is contained in:
Kit Langton
2026-07-15 17:17:39 -04:00
parent f92d84746b
commit a797125de1
+1 -1
View File
@@ -1577,7 +1577,7 @@ export function Prompt(props: PromptProps) {
</Show>
</Match>
</Switch>
<box gap={2} flexDirection="row">
<box gap={2} flexDirection="row" flexShrink={0}>
<Show when={editorContextLabelState() !== "none" ? editorFileLabelDisplay() : undefined}>
{(file) => (
<text fg={editorContextLabelState() === "pending" ? theme.secondary : theme.textMuted}>{file()}</text>