mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-09 17:40:44 -07:00
Simplify paste handling (#16654)
This commit is contained in:
committed by
GitHub
parent
5cd21ef8fe
commit
1fdd49344b
@@ -39,7 +39,6 @@ const createKey = (partial: Partial<Key>): Key => ({
|
||||
ctrl: partial.ctrl || false,
|
||||
meta: partial.meta || false,
|
||||
shift: partial.shift || false,
|
||||
paste: partial.paste || false,
|
||||
insertable: partial.insertable || false,
|
||||
...partial,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user