Support horizontal scroll in ScrollRestoration #11997
alekcey0211
started this conversation in
Proposals
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What version of React Router are you using?
6.26.0
Steps to Reproduce
I have a report with many columns and a horizontal scroll. I store the column sort direction in the search parameters. When I change the last column's sort direction, the page scrolls back to the start.
Expected Behavior
I'm expecting that horizontal scroll position restores too
Actual Behavior
Horizontal scroll position always reset to 0
Beta Was this translation helpful? Give feedback.
All reactions