mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-20 15:00:54 -07:00
Fix AppContainer tests and TypeScript errors
This commit is contained in:
@@ -325,7 +325,11 @@ export function BaseSettingsDialog({
|
||||
}
|
||||
|
||||
// Enter in edit mode - commit
|
||||
if (keyMatchers[Command.RETURN](key) || key.name === 'enter' || key.sequence === '\r') {
|
||||
if (
|
||||
keyMatchers[Command.RETURN](key) ||
|
||||
key.name === 'enter' ||
|
||||
key.sequence === '\r'
|
||||
) {
|
||||
commitEdit();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user