-
Notifications
You must be signed in to change notification settings - Fork 100
fix: image export bugs #7005
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: image export bugs #7005
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes several image export bugs including rendering issues, clipboard functionality, and performance optimizations. The changes refactor the export flow to better handle clipboard operations and apply DOM fixes before canvas capture.
Changes:
- Added preloading of html2canvas library when Share dropdown is opened for improved performance
- Fixed image rendering issues by resetting zoom scale and applying SVG fixes for info icons
- Refactored clipboard copy to use blob promises, preventing failures from window focus loss
- Added
.grouptableselector support and duplicate element detection during export
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ElectricalBoy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems reasonable
Summary
This PR addresses and/or fixes:
.grouptableselector for image exportsHow did you test this change?
dev tools