You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(fix): void _resizeCanvas if width/height are props
- the previous behavior of automatically editing the width
and height resulted in multiple unintended problems
- particularly, it would cause the width/height to be 0
if the canvas were under a display: none element,
and therefore unusable until the window were resized
- now it conditionally sets width/height only if canvasProps'
did not have a width/height inside of it
- push v0.1.3
0 commit comments