-
Notifications
You must be signed in to change notification settings - Fork 14.2k
fix(patch): cherry-pick 0659ad1 to release/v0.32.0-pr-21042 to patch version v0.32.0 and create version 0.32.1 #21048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1896,10 +1896,7 @@ Logging in with Google... Restarting Gemini CLI to continue. | |
| ], | ||
| ); | ||
|
|
||
| useKeypress(handleGlobalKeypress, { | ||
| isActive: true, | ||
| priority: KeypressPriority.Low, | ||
| }); | ||
| useKeypress(handleGlobalKeypress, { isActive: true, priority: true }); | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changing the priority to References
|
||
|
|
||
| useKeypress( | ||
| () => { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test suite for 'Expansion Persistence' has been removed. These tests were valuable for ensuring the view expansion/collapse behavior is correct and predictable. For instance, they verified that the view collapses only on unhandled keypresses. Given the potential for bugs in this area, removing these tests is risky. It would be better to update them to match the desired behavior rather than deleting them entirely. Without these tests, regressions in this area are more likely to occur.