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 empty batch nested updates. #8442

Merged
merged 2 commits into from
Jul 4, 2022
Merged

Fix empty batch nested updates. #8442

merged 2 commits into from
Jul 4, 2022

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    b95e377 View commit details
    Browse the repository at this point in the history
  2. Remove check for invalid state.

    This state is not actually invalid: it can happen when running an empty batch update of >1 value which causes new, empty batch update to run in a `PropertyChanged` handler triggered from the first batch update.
    grokys committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    259c2d8 View commit details
    Browse the repository at this point in the history