mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 03:24:42 -07:00
Simplify paste handling (#16654)
This commit is contained in:
committed by
GitHub
parent
41369f67eb
commit
94d5ae541e
@@ -61,7 +61,6 @@ describe('useSelectionList', () => {
|
||||
ctrl: options.ctrl ?? false,
|
||||
meta: false,
|
||||
shift: options.shift ?? false,
|
||||
paste: false,
|
||||
insertable: false,
|
||||
};
|
||||
activeKeypressHandler(key);
|
||||
@@ -331,7 +330,6 @@ describe('useSelectionList', () => {
|
||||
ctrl: false,
|
||||
meta: false,
|
||||
shift: false,
|
||||
paste: false,
|
||||
insertable: true,
|
||||
};
|
||||
handler(key);
|
||||
@@ -381,7 +379,6 @@ describe('useSelectionList', () => {
|
||||
ctrl: false,
|
||||
meta: false,
|
||||
shift: false,
|
||||
paste: false,
|
||||
insertable: false,
|
||||
};
|
||||
handler(key);
|
||||
|
||||
Reference in New Issue
Block a user