Smooth scrolling not working on Windows
Opened this issue · 2 comments
gouku commented
Platform: Windows 11
The demo on https://rc-virtual-list.react-component.vercel.app/ works with smooth scrolling on Windows. But the latest examples in this repo does not when running locally with yarn start
gouku commented
After some investigating I found that smooth scrolling only works with v1.1.6 and older. After v2.0.0 upgrade it no longer works: v1.1.6...v2.0.0
gouku commented
Here are two demos that can reproduce this bug:
- v1.1.6: smooth scrolling works on Windows: https://codesandbox.io/s/virtual-list-antd-4-23-6-forked-exwj9e?file=/package.json
- v2.0.0: smooth scrolling does not works on Windows: https://codesandbox.io/s/virtual-list-antd-4-23-6-forked-p69nni?file=/package.json