mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
focus dialog on files added (#5124)
This commit is contained in:
committed by
Eugenio Romano
parent
6857213db6
commit
b637cea059
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user