Merge branch '1.1.x' of https://github.com/baidu/amis into 1.1.x

This commit is contained in:
2betop 2021-06-17 21:21:58 +08:00
commit dab6114265

View File

@ -1145,6 +1145,7 @@ export default class FileControl extends React.Component<FileProps, FileState> {
return (
<div className={cx('FileControl', className)}>
<DropZone
disabled={disabled}
key="drop-zone"
ref={this.dropzone}
onDrop={this.handleDrop}