-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
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
Fixed stuck at scroll location #60
base: master
Are you sure you want to change the base?
Conversation
Fixed the issue where you're stuck in the scroll location during update of the items in the virtual list.. such as a search.
Tested more and fixed bug with not updateing
I also experience this problem. I was following an example here https://svelte.dev/repl/a138b0c8579b4fc8bdde842a9d922b1f?version=3.17.1 and realized it's running a customized version of VirtualList.svelte to solve the issue. Came here and found your PR :-) Looks like it's been a few years since this package has been updated... |
When I copied from my own code I forgot to reformat
That was fast. I wonder, is #52 solving the same problem? |
I havnt tested myself but it looks like it may be! |
hi @webmasterkai - I'll have a look, if our changes are crossing paths 😃 .... edit |
Fixed the issue where you're stuck in the scroll location during update of the items in the virtual list.. such as a search on the list of items