mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-30 07:51:07 -07:00
Fix bottom border rendering for search and add a regression test. (#20517)
This commit is contained in:
@@ -547,6 +547,11 @@ const baseMockUiState = {
|
||||
},
|
||||
hintMode: false,
|
||||
hintBuffer: '',
|
||||
bannerData: {
|
||||
defaultText: '',
|
||||
warningText: '',
|
||||
},
|
||||
bannerVisible: false,
|
||||
};
|
||||
|
||||
export const mockAppState: AppState = {
|
||||
|
||||
Reference in New Issue
Block a user