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
Describe the bug
When a virtualized list renders initially with a non-zero topmost item index, it should not show any animation to scroll to this index.
To Reproduce
Open a file with a lot of attributions.
Go to attribution view and scroll down a bit to select an attribution.
Go to audit view and then back to attribution view.
Notice that the list has a "smooth" animation to scroll to the selected attribution position.
Expected behavior
The list immediately renders at the correct position without any animation to scroll there.
Additional context
While the animation is desirable for further interactions, it is distracting when shown on first render.
The text was updated successfully, but these errors were encountered:
- do not animate list on initial render
- use work-around because of react-virtuoso issue petyosi/react-virtuoso#1001closes#2489
Signed-off-by: Maxim Stykow <maxim.stykow@tngtech.com>
- do not animate list on initial render
- use work-around because of react-virtuoso issue petyosi/react-virtuoso#1001closes#2489
Signed-off-by: Maxim Stykow <maxim.stykow@tngtech.com>
Describe the bug
When a virtualized list renders initially with a non-zero topmost item index, it should not show any animation to scroll to this index.
To Reproduce
Expected behavior
The list immediately renders at the correct position without any animation to scroll there.
Additional context
While the animation is desirable for further interactions, it is distracting when shown on first render.
The text was updated successfully, but these errors were encountered: