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
Hello!
This is based on: #1990.
In a scenario when you apply a filter to a list of items you would want refresh the list completely by:
this.$refs.infiniteScroll.reset() this.$refs.infiniteScroll.resume()
However, the first poll after resume has 50ms which results in flickering and makes loading state hard to manage.
Example: https://jsfiddle.net/waugrryy/3352/
Expected:
Thanks!
The text was updated successfully, but these errors were encountered:
feat: Infinite scroll delay after resume #2187
eac00f7
No branches or pull requests
Hello!
This is based on: #1990.
In a scenario when you apply a filter to a list of items you would want refresh the list completely by:
However, the first poll after resume has 50ms which results in flickering and makes loading state hard to manage.
Example: https://jsfiddle.net/waugrryy/3352/
Expected:
Thanks!
The text was updated successfully, but these errors were encountered: