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

Ensure Reactive._changing resets safely #3361

Merged
merged 2 commits into from
Apr 10, 2022
Merged

Ensure Reactive._changing resets safely #3361

merged 2 commits into from
Apr 10, 2022

Conversation

philippjfr
Copy link
Member

Reactive._changing keeps track of changing bokeh properties. Previously we would simply delete the dictionary key but since a model update can trigger other changes it might reset before that deletion happens. Therefore we have to check if it has been mutated before resetting it.

@philippjfr philippjfr merged commit be6c4b5 into master Apr 10, 2022
@philippjfr philippjfr deleted the model_changing branch April 10, 2022 12:11
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

1 participant