mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
feat: input-image 事件动作补充
This commit is contained in:
parent
47c1c19141
commit
d7a8aae783
@ -509,7 +509,7 @@ export default class FileControl extends React.Component<FileProps, FileState> {
|
||||
}
|
||||
}
|
||||
);
|
||||
this.onChange();
|
||||
this.dispatchEvent('change');
|
||||
}
|
||||
|
||||
handleDropRejected(
|
||||
|
@ -982,7 +982,7 @@ export default class ImageControl extends React.Component<
|
||||
}
|
||||
}
|
||||
);
|
||||
this.onChange();
|
||||
this.dispatchEvent('change');
|
||||
}
|
||||
|
||||
sendFile(
|
||||
|
Loading…
Reference in New Issue
Block a user