Skip to content
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

Optimization fix #395

Open
wants to merge 28 commits into
base: v1
Choose a base branch
from
Open

Optimization fix #395

wants to merge 28 commits into from

Conversation

dam1r89
Copy link
Contributor

@dam1r89 dam1r89 commented Apr 19, 2020

Optimization is checking if scroll diff is larger than item size, but scroll start is clamped to 0 when it goes above the fold which will prevent rendering new items in some cases. This fix is storing originalStart that is used for checking the scroll diff.

@Akryum Akryum changed the base branch from master to v1 October 11, 2022 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants