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

Fix progressive rendering issues #179432

Merged
merged 1 commit into from Apr 7, 2023
Merged

Fix progressive rendering issues #179432

merged 1 commit into from Apr 7, 2023

Commits on Apr 7, 2023

  1. Fix progressive rendering issues

    - Tried to do progressive rendering while the view is hidden, this led to calling updateElementHeight with a height of 0 which apparently caused the list to not want to rerender that element later, so now we stop rendering when the view is not visible
    - Not restarting progressive rendering when revealing the view again
    - Restarting progressive rendering unnecessarily after completing it due to trying to cancel the timer before starting it
    roblourens committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    1cdf2b3 View commit details
    Browse the repository at this point in the history