[DSC-1111] Start implementation refactoring

This commit is contained in:
Giuseppe Digilio
2024-02-13 12:05:30 +01:00
committed by Mattia Vianelli
parent b017f9ad16
commit 6d98bf9d3a
4 changed files with 13 additions and 14 deletions

View File

@@ -130,9 +130,6 @@ export class UploaderComponent {
ngAfterViewInit() {
this.uploader.onAfterAddingAll = ((items) => {
this.onFileSelected.emit(items);
if (this.uploader.queue.length > 0) {
this.uploader.uploadAll();
}
});
if (isUndefined(this.onBeforeUpload)) {
this.onBeforeUpload = () => {return;};