Compare commits
2 Commits
06f443a503
...
1073044f31
Author | SHA1 | Date | |
---|---|---|---|
|
1073044f31 | ||
|
81126974f5 |
@ -100,6 +100,9 @@ export class ResumableFileUploadService implements OnDestroy{
|
|||||||
if (index > -1) {
|
if (index > -1) {
|
||||||
this.files.splice(index, 1);
|
this.files.splice(index, 1);
|
||||||
}
|
}
|
||||||
|
if(this.files.length==0) {
|
||||||
|
this.uploading = false;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
doClose = function () {
|
doClose = function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user