mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#150 Fixed refresh icon on upload completed
This commit is contained in:
@@ -200,6 +200,7 @@ export class UploadService {
|
||||
xmlHttpRequest.statusText,
|
||||
xmlHttpRequest.response
|
||||
);
|
||||
this._filesUploadObserver.next(this._queue);
|
||||
if (!uploadingFileModel.abort && !uploadingFileModel.error) {
|
||||
if (this._totalCompletedObserver) {
|
||||
this._totalCompletedObserver.next(++this.totalCompleted);
|
||||
|
Reference in New Issue
Block a user