mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-31 00:11:11 -07:00
fix: improve Ctrl+R reverse search (#18075)
This commit is contained in:
@@ -119,11 +119,7 @@ const _ExpandableText: React.FC<ExpandableTextProps> = ({
|
||||
{before}
|
||||
{match
|
||||
? match.split(/(\s+)/).map((part, index) => (
|
||||
<Text
|
||||
key={`match-${index}`}
|
||||
color={theme.background.primary}
|
||||
backgroundColor={theme.text.primary}
|
||||
>
|
||||
<Text key={`match-${index}`} inverse color={textColor}>
|
||||
{part}
|
||||
</Text>
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user