mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 05:00:46 +00:00
Cleanup low value comments. (#248)
This commit is contained in:
parent
69d1c644d9
commit
0556358560
17 changed files with 31 additions and 78 deletions
|
|
@ -48,12 +48,7 @@ export function SuggestionsDisplay({
|
|||
const visibleSuggestions = suggestions.slice(startIndex, endIndex);
|
||||
|
||||
return (
|
||||
<Box
|
||||
borderStyle="round"
|
||||
flexDirection="column"
|
||||
paddingX={1}
|
||||
width={width} // Use the passed width
|
||||
>
|
||||
<Box borderStyle="round" flexDirection="column" paddingX={1} width={width}>
|
||||
{scrollOffset > 0 && <Text color="gray">▲</Text>}
|
||||
|
||||
{visibleSuggestions.map((suggestion, index) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue