We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4378c commit 1d27366Copy full SHA for 1d27366
1 file changed
src/AjaxUploader.tsx
@@ -275,7 +275,6 @@ class AjaxUploader extends Component<UploadProps> {
275
openFileDialogOnClick,
276
onMouseEnter,
277
onMouseLeave,
278
- capture,
279
...otherProps
280
} = this.props;
281
const cls = classNames({
@@ -309,7 +308,6 @@ class AjaxUploader extends Component<UploadProps> {
309
308
key={this.state.uid}
310
style={{ display: 'none' }}
311
accept={accept}
312
- capture={capture}
313
{...dirProps}
314
multiple={multiple}
315
onChange={this.onChange}
0 commit comments