mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 11:34:44 -07:00
Restore keyboard mode when exiting the editor (#13350)
This commit is contained in:
committed by
GitHub
parent
3f8d636501
commit
84573992b4
@@ -207,7 +207,6 @@ describe('InputPrompt', () => {
|
||||
);
|
||||
|
||||
mockedUseKittyKeyboardProtocol.mockReturnValue({
|
||||
supported: false,
|
||||
enabled: false,
|
||||
checking: false,
|
||||
});
|
||||
@@ -1244,7 +1243,6 @@ describe('InputPrompt', () => {
|
||||
beforeEach(() => {
|
||||
vi.useFakeTimers();
|
||||
mockedUseKittyKeyboardProtocol.mockReturnValue({
|
||||
supported: false,
|
||||
enabled: false,
|
||||
checking: false,
|
||||
});
|
||||
@@ -1328,7 +1326,6 @@ describe('InputPrompt', () => {
|
||||
name: 'kitty',
|
||||
setup: () =>
|
||||
mockedUseKittyKeyboardProtocol.mockReturnValue({
|
||||
supported: true,
|
||||
enabled: true,
|
||||
checking: false,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user