focus dialog on files added (#5124)

This commit is contained in:
Cilibiu Bogdan
2019-10-06 20:09:51 +03:00
committed by Eugenio Romano
parent 6857213db6
commit b637cea059
2 changed files with 22 additions and 0 deletions

View File

@@ -98,6 +98,8 @@ export class FileUploadingDialogComponent implements OnInit, OnDestroy {
if (this.filesUploadingList.length && !this.isDialogActive) {
this.isDialogActive = true;
this.dialogActive.next();
} else {
this.dialogActive.next();
}
});