Use quick scrolling

This commit is contained in:
Alfred Melch 2020-02-02 14:32:45 +01:00
parent 12fd1e3981
commit 5afe62bdcc

View File

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