Use quick scrolling

context-store
Alfred Melch 5 years ago
parent 12fd1e3981
commit 5afe62bdcc

@ -38,7 +38,6 @@ export const CursorList = ({ items, onSelect = noop }) => {
useEffect(() => {
if (selectedRef.current) {
selectedRef.current.scrollIntoView({
behavior: 'smooth',
block: 'nearest'
})
}

Loading…
Cancel
Save