mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 15:31:27 +00:00
feat: Invert scroll arrow default in RadioButtonSelect (#4006)
This commit is contained in:
parent
26a79fec25
commit
09a3b7d5e1
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ export function RadioButtonSelect<T>({
|
|||
onSelect,
|
||||
onHighlight,
|
||||
isFocused,
|
||||
showScrollArrows = true,
|
||||
showScrollArrows = false,
|
||||
maxItemsToShow = 10,
|
||||
}: RadioButtonSelectProps<T>): React.JSX.Element {
|
||||
const [activeIndex, setActiveIndex] = useState(initialIndex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue