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

Only render subtree if destroy() was not called yet #41

Merged
merged 1 commit into from
Feb 23, 2017

Conversation

holmari
Copy link
Contributor

@holmari holmari commented Jan 10, 2017

Since the call to _updateTether() is in a callback, it was possible that
destroy() was called, causing the update to throw an exception when
accessing _elementParentNode.

Since the call to _updateTether() is in a callback, it was possible that
destroy() was called, causing the update to throw an exception when
accessing _elementParentNode.
@souporserious souporserious merged commit 382939b into danreeves:master Feb 23, 2017
@holmari holmari deleted the update_after_destroy branch February 27, 2017 03:01
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.

2 participants