fix(ui): persist expansion in AskUser dialog when navigating options (#20559)

This commit is contained in:
Jerop Kipruto
2026-02-27 13:30:16 -05:00
committed by GitHub
parent ea48bd9414
commit 5d24d6a9e1
2 changed files with 134 additions and 1 deletions
+4 -1
View File
@@ -1894,7 +1894,10 @@ Logging in with Google... Restarting Gemini CLI to continue.
],
);
useKeypress(handleGlobalKeypress, { isActive: true, priority: true });
useKeypress(handleGlobalKeypress, {
isActive: true,
priority: KeypressPriority.Low,
});
useKeypress(
() => {