mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 14:04:41 -07:00
fix(ui): persist expansion in AskUser dialog when navigating options (#20559)
This commit is contained in:
@@ -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(
|
||||
() => {
|
||||
|
||||
Reference in New Issue
Block a user