sekoyo / react-image-crop

A responsive image cropping tool for React
ISC License
3.77k stars 339 forks source link

Resizing crop from corners makes cropped area moves outside the cropping container area #554

Closed ochurae closed 10 months ago

ochurae commented 10 months ago

NOTE: Such behaviour appears only when minWidth/minHeight props defined.

Here is an example: Screen recording

React: v18.2.0 react-image-crop: v10.1.5

sekoyo commented 10 months ago

Thanks for reporting this and the helpful .gif, please try 10.1.6

sekoyo commented 10 months ago

FYI I've introduced an issue when only minWidth or minHeight are set which I'll fix in next patch

sekoyo commented 10 months ago

Fix publish to 10.1.8

ochurae commented 10 months ago

Nice, now works perfectly. Thank you for such a fast fix :)