We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When setting scroller_upAfterSort to false, the saved scroll position is not restored after sort. See http://stackoverflow.com/q/39766181/145346.
scroller_upAfterSort
false
The text was updated successfully, but these errors were encountered:
Save position to fix scroller_upAfterSort=false
6663187
This should fix issue Mottie#1297 - The current position is now saved on scroll so it can be restored after sorting.
1b321aa
This should fix issue #1297 - The current position is now saved on scroll so it can be restored after sorting.
Fixed by #1441
Sorry, something went wrong.
No branches or pull requests
When setting
scroller_upAfterSort
tofalse
, the saved scroll position is not restored after sort. See http://stackoverflow.com/q/39766181/145346.The text was updated successfully, but these errors were encountered: