vue-virtual-scroller
vue-virtual-scroller copied to clipboard
About scrollToBottom api
Describe the bug
description
- When I added the 'scroll-behavior: smooth;' property to the scrolling container, it conflicted with the 'requestAnimationFrame' in the 'scrollToBottom' function, causing it to fail to scroll correctly to the bottom.
codesandbox
- https://codesandbox.io/p/devbox/funny-solomon-3hsgld?file=%2Fsrc%2FApp.vue%3A35%2C21-35%2C35
Reproduction
- https://codesandbox.io/p/devbox/funny-solomon-3hsgld?file=%2Fsrc%2FApp.vue%3A35%2C21-35%2C35
System Info
google
Used Package Manager
yarn
Validations
- [X] Read the docs.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- [X] The provided reproduction is a minimal reproducible example of the bug.