You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2023. It is now read-only.
I have a ProfilesGrid component that is using vue-virtual-scroll-grid, and click on a ProfileItem inside of ProfilesGrid will open a ProfileDetail aside of ProfilesGrid.
I expect when clicking a ProfileItem, the VirtualGrid should directly jump to the current index, so I use the scrollTo and set the scrollBehavior to auto.
Video:
If you check out this video frame-by-frame, you will see:
There is a flash when open a ProfileDetail
The scroll position is changed after the ProfileDetail closed