Browse Source

improve

pull/18543/head
liangshiwei 3 years ago
parent
commit
b56561d102
  1. 4
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.js
  2. 2
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.min.js

4
modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.js

@ -23457,7 +23457,7 @@ module.exports = (_temp = _class = /*#__PURE__*/function (_Plugin) {
hidePauseResumeButton: false,
hideProgressAfterFinish: false,
doneButtonHandler: function doneButtonHandler() {
_this.UPPY.cancelAll();
_this.uppy.reset();
_this.requestCloseModal();
},
@ -25442,7 +25442,7 @@ module.exports = (_temp = _class = /*#__PURE__*/function (_Plugin) {
_this.uppy.log(err);
});
_this.uppy.cancelAll();
_this.uppy.reset();
_this.uppy.setState({
recoveredState: null

2
modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.min.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save