Allow proper focus of last element after closing the dialog (#5234)

This commit is contained in:
Martin Muller
2019-11-12 20:18:42 +01:00
committed by Eugenio Romano
parent 878b49fea1
commit 0e2504a53f

View File

@@ -239,7 +239,7 @@ export class ShareDialogComponent implements OnInit, OnDestroy {
this.data.node.entry.properties['qshare:sharedId'] = null;
this.data.node.entry.properties['qshare:expiryDate'] = null;
}
this.dialogRef.close(false);
this.dialogRef.close(true);
}
}
);