0.2.6
- fix: prevent preview image clipping on zoom (425f863)
- Changed
object-covertoobject-containfor the live preview image inworkspace-page-view.tsx. - Bumped package version to 0.2.6.
This resolves a UI rendering issue where badges placed on the exact edges of the generated image would get cropped or skewed when the user zooms in/out of the page. By containing the image fully within the wrapper regardless of fractional aspect ratio differences, all image boundaries and components always remain completely visible.
Full Changelog: v0.2.5...v0.2.6
- Changed