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

Bugfix: Do not unhide a suspended tree without finishing the suspended update #18411

Merged
merged 2 commits into from Mar 30, 2020

Commits on Mar 27, 2020

  1. Bugfix: Suspended update must finish to unhide

    When we commit a fallback, we cannot unhide the content without including
    the level that originally suspended. That's because the work at level
    outside the boundary (i.e. everything that wasn't hidden during that
    render) already committed.
    acdlite committed Mar 27, 2020
    Copy the full SHA
    19315d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Copy the full SHA
    b225cc1 View commit details
    Browse the repository at this point in the history