mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 05:24:34 -07:00
fix(ui): fixed auth race condition causing logo to flicker (#24652)
This commit is contained in:
@@ -336,6 +336,10 @@ export const MainContent = () => {
|
||||
isAlternateBuffer,
|
||||
]);
|
||||
|
||||
if (!uiState.isConfigInitialized) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (isAlternateBufferOrTerminalBuffer) {
|
||||
return scrollableList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user