ui-kit-ck-consultant 0.5.286 → 0.5.287

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3341,6 +3341,8 @@ var DropzoneMultiple = /*#__PURE__*/function (_React$Component) {
3341
3341
 
3342
3342
  _this.setState({
3343
3343
  files: files
3344
+ }, function () {
3345
+ _this.props.onDrop(_this.state.files);
3344
3346
  });
3345
3347
  };
3346
3348