修复image验证导致表单提交loading问题

This commit is contained in:
rickcole 2020-08-10 17:16:01 +08:00
parent 678983d77a
commit 82f987d8fe
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ export default class ImageControl extends React.Component<
startUpload(retry: boolean = false) {
if (this.state.uploading) {
this.resolve && this.resolve(null);
return;
}