mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 01:51:20 -07:00
fix(ui): ensure hooks are rendered in minimal mode
This commit is contained in:
@@ -399,7 +399,7 @@ export const Composer = ({ isFocused = true }: { isFocused?: boolean }) => {
|
||||
minHeight={1}
|
||||
>
|
||||
<Box flexDirection="row" flexGrow={1} flexShrink={1}>
|
||||
{!showUiDetails && miniMode_ShowStatus ? (
|
||||
{!showUiDetails && showRow1_MiniMode ? (
|
||||
renderMinimalMetaRowContent()
|
||||
) : isInteractiveShellWaiting ? (
|
||||
<Box width="100%" marginLeft={1}>
|
||||
|
||||
Reference in New Issue
Block a user