nanxiaobei / antd-img-crop

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

第一次打开可选区域很小,多开几次就正常 #200

Closed h93910 closed 2 years ago

h93910 commented 2 years ago

第一次或前几次选完图片后 image 关闭再打开,先选一样的图 image

部分代码: <ImgCrop modalTitle="" beforeCrop={beforeCrop}>

依赖: "@ant-design/icons": "^4.5.0", "@ant-design/pro-card": "1.18.25", "@ant-design/pro-descriptions": "1.10.46", "@ant-design/pro-form": "1.52.14", "@ant-design/pro-layout": "6.34.0", "@ant-design/pro-list": "1.21.22", "@ant-design/pro-table": "2.66.4", "@umijs/route-utils": "^1.0.36", "antd": "4.18.9", "antd-img-crop": "^4.2.4",

h93910 commented 2 years ago

我发现貌似是长或宽大于1000时,就会有这种现象,别的小图就不会有

h93910 commented 2 years ago

疑是版本对应问题, "antd": "4.18.9", "antd-img-crop": "^4.2.4" antd-img-crop 退回3.16.0后问题解决