nanxiaobei / antd-img-crop

🗡 An image cropper for Ant Design Upload
MIT License
497 stars 156 forks source link

Fix the asynchronous validation in beforeCrop #141

Closed RahulXTmCoding closed 3 years ago

RahulXTmCoding commented 3 years ago

Due to beforeCrop not being async I am not able to do some validations that can only be done asynchronously. This pr fix that problem by making beforeCrop compatible with async await