VirtualScroller: long waiting time when replacing an array with a smaller size #7208
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
VirtualScroller: long wait for applying element changes if scrolling is at the bottom of the list and the size of the list is larger than the applied one.
Pull Request Link
#7207
Other Reason
No response
Reproducer
https://stackblitz.com/edit/rdjblce9-diu8ucun?file=src%2FApp.vue
Environment
Vue version
3.2.45
PrimeVue version
4.2.5
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
If you scroll to the bottom of the page and resize the array elements, the array is applied with delay.
Expected behavior
If you scroll to the bottom of the page and resize the array elements, the array is applied without delay.
The text was updated successfully, but these errors were encountered: