nanxiaobei / antd-img-crop

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

onModalOk not called #211

Closed ZerosLifeCycle closed 1 year ago

ZerosLifeCycle commented 1 year ago

image

the callback function onModalOk is not working. but onModalCancel is working. I need to do some logic in onModalOk function...

antd: 5.0.0 antd-img-crop: 4.5.1 or 4.5.0 or 4.4.0

nanxiaobei commented 1 year ago

this can not be reproduced. please provide a online reproducible demo.

ZerosLifeCycle commented 1 year ago

https://codesandbox.io/s/dawn-river-b5fc4k?file=/src/App.tsx @nanxiaobei

nanxiaobei commented 1 year ago

It's because that beforeUpload returns false in your demo.

In this line https://github.com/nanxiaobei/antd-img-crop/blob/main/src/ImgCrop.tsx#L260 code will stop at here, so onModalOk will not execute.