Resizer height calculation not working on first click #5416
Replies: 1 comment
-
Are you able to create a reproducible demo? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having some issues with the resizer height when I first click on the image, as you can see the resizing rectangle on first click has height: 0px
But when I click out of the image and click back again, the height is calculated correctly and now it covers the whole image as it should:
This is my current image component:
I have tried playing around with keepAutoHeight on the Resizer options but it doesn't seem to have any effect.
Beta Was this translation helpful? Give feedback.
All reactions