We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b278d commit e0c6459Copy full SHA for e0c6459
1 file changed
packages/ui/src/components/list.tsx
@@ -82,7 +82,7 @@ export function List<T>(props: ListProps<T> & { ref?: (ref: ListRef) => void })
82
return
83
}
84
const element = scrollRef()?.querySelector(`[data-key="${active()}"]`)
85
- element?.scrollIntoView({ block: "center", behavior: "smooth" })
+ element?.scrollIntoView({ block: "center" })
86
})
87
88
createEffect(() => {
0 commit comments