@douyinfe/semi-ui 2.39.2-alpha.0 → 2.39.2
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/umd/semi-ui.js
CHANGED
|
@@ -88843,7 +88843,9 @@ class UploadFoundation extends foundation {
|
|
|
88843
88843
|
});
|
|
88844
88844
|
this._adapter.updateFileList(newFileList, () => {
|
|
88845
88845
|
this._adapter.resetReplaceInput();
|
|
88846
|
-
|
|
88846
|
+
if (!newFileItem._sizeInvalid) {
|
|
88847
|
+
this.upload(newFileItem);
|
|
88848
|
+
}
|
|
88847
88849
|
});
|
|
88848
88850
|
}
|
|
88849
88851
|
buildFileItem(fileInstance, uploadTrigger) {
|