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

feat: add support for rendering canvas in external windows #637

Merged
merged 1 commit into from
Jul 21, 2022
Merged

feat: add support for rendering canvas in external windows #637

merged 1 commit into from
Jul 21, 2022

Conversation

vicrep
Copy link
Contributor

@vicrep vicrep commented Jul 19, 2022

Closes #636

Note that I've only swapped the event target, as the other document methods used are not window/document specific. I also didn't touch the SignatureEventTarget iOS compatibility part, as it only affects events dispatched to consumers.

@UziTech UziTech merged commit 636a503 into szimek:master Jul 21, 2022
github-actions bot pushed a commit that referenced this pull request Jul 21, 2022
## [4.0.7](v4.0.6...v4.0.7) (2022-07-21)

### Bug Fixes

* use canvas.ownerDocument in mouse events in case it is different from window.document ([#637](#637)) ([636a503](636a503))
@github-actions
Copy link

🎉 This PR is included in version 4.0.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

@vicrep vicrep deleted the fix/support-external-documents branch July 22, 2022 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support rendering within popup (window.open-ed) windows
2 participants