mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-15 20:40:35 -07:00
Simplify paste handling (#16654)
This commit is contained in:
committed by
GitHub
parent
5cd21ef8fe
commit
1fdd49344b
@@ -46,10 +46,6 @@ function matchKeyBinding(keyBinding: KeyBinding, key: Key): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (keyBinding.paste !== undefined && key.paste !== keyBinding.paste) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user