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

Binding observer fix #293

Merged
merged 1 commit into from
Jan 24, 2023
Merged

Binding observer fix #293

merged 1 commit into from
Jan 24, 2023

Conversation

ellthompson
Copy link
Contributor

The BindingBase#_observers property is now always set to an array, so the BindingObserversToElement#_updateValue function can no longer test against the property being set. The BindingBase#link function also no longer needs to call BindingBase#unlink as it sets all of the unlinked properties itself.

@ellthompson ellthompson added the bug Something isn't working label Jan 24, 2023
@ellthompson ellthompson requested a review from a team January 24, 2023 14:38
@ellthompson ellthompson self-assigned this Jan 24, 2023
@ellthompson ellthompson merged commit e75bbfe into release-3.3 Jan 24, 2023
@ellthompson ellthompson deleted the binding-observer-fix branch January 24, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants