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

This reverts commit 0e2504a53f.
This commit is contained in:
Martin Muller
2019-11-18 16:13:28 +01:00
committed by Denys Vuika
parent a6ad7a5ad0
commit 9814e28027

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:sharedId'] = null;
this.data.node.entry.properties['qshare:expiryDate'] = null; this.data.node.entry.properties['qshare:expiryDate'] = null;
} }
this.dialogRef.close(true); this.dialogRef.close(false);
} }
} }
); );