mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-03 14:10:43 +00:00
UI improvements for suggestions & status (#373)
This commit is contained in:
parent
8d9e1118c6
commit
9862cf3204
5 changed files with 14 additions and 5 deletions
|
|
@ -310,6 +310,7 @@ export const App = ({
|
|||
isLoading={completion.isLoadingSuggestions}
|
||||
width={suggestionsWidth}
|
||||
scrollOffset={completion.visibleStartIndex}
|
||||
userInput={query}
|
||||
/>
|
||||
</Box>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue