rc-upload
Advanced tools
Comparing version 2.9.2 to 2.9.3
@@ -255,3 +255,6 @@ import _extends from 'babel-runtime/helpers/extends'; | ||
ref: this.saveFileInput, | ||
key: this.state.uid, | ||
onClick: function onClick(e) { | ||
return e.stopPropagation(); | ||
} // https://github.com/ant-design/ant-design/issues/19948 | ||
, key: this.state.uid, | ||
style: { display: 'none' }, | ||
@@ -258,0 +261,0 @@ accept: accept, |
@@ -299,3 +299,6 @@ 'use strict'; | ||
ref: this.saveFileInput, | ||
key: this.state.uid, | ||
onClick: function onClick(e) { | ||
return e.stopPropagation(); | ||
} // https://github.com/ant-design/ant-design/issues/19948 | ||
, key: this.state.uid, | ||
style: { display: 'none' }, | ||
@@ -302,0 +305,0 @@ accept: accept, |
{ | ||
"name": "rc-upload", | ||
"version": "2.9.2", | ||
"version": "2.9.3", | ||
"description": "upload ui component for react", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
"react-dom": "^16.0.0", | ||
"sinon": "7.3.2" | ||
"sinon": "7.5.0" | ||
}, | ||
@@ -53,0 +53,0 @@ "pre-commit": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71541
1763