@newview/file-ui 1.1.36 → 1.1.37
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/file-ui.js +0 -1
- package/package.json +1 -1
package/dist/file-ui.js
CHANGED
|
@@ -556,7 +556,6 @@ let UploadFileInstance$1 = class UploadFileInstance extends BaseInstance {
|
|
|
556
556
|
const result = this.utilities.parseApiResult(apiResult);
|
|
557
557
|
this.previewFileInfo = result[index];
|
|
558
558
|
this.previewVisible.value = true;
|
|
559
|
-
debugger;
|
|
560
559
|
this.previewIndex.value = this.previewIndexData[fileInfo.Id];
|
|
561
560
|
});
|
|
562
561
|
this.props = props;
|