mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 20:14:44 -07:00
do not toggle the setting item when entering space (#14489)
This commit is contained in:
@@ -714,7 +714,7 @@ export function SettingsDialog({
|
||||
} else if (newIndex >= scrollOffset + effectiveMaxItemsToShow) {
|
||||
setScrollOffset(newIndex - effectiveMaxItemsToShow + 1);
|
||||
}
|
||||
} else if (keyMatchers[Command.RETURN](key) || name === 'space') {
|
||||
} else if (keyMatchers[Command.RETURN](key)) {
|
||||
const currentItem = items[activeSettingIndex];
|
||||
if (
|
||||
currentItem?.type === 'number' ||
|
||||
|
||||
Reference in New Issue
Block a user