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 unmount not finding container when already detached from document #3534

Merged
merged 1 commit into from
Mar 9, 2022

Conversation

fbessou
Copy link
Contributor

@fbessou fbessou commented Feb 11, 2022

This PR changes the viewer unmount method to not use document.getElementById since in in some cases, the container element could be detached from the document.

Closes #3533.

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.

Can't unnmount viewer after it has been detached from document (Vuejs wrapper)
2 participants