From 9814e2802790389cea32a9e31e760dc93ca48f3a Mon Sep 17 00:00:00 2001 From: Martin Muller Date: Mon, 18 Nov 2019 16:13:28 +0100 Subject: [PATCH] Revert "Allow proper focus of last element after closing the dialog (#5234)" (#5261) This reverts commit 0e2504a53fb0687cf179e45b3ca3642986957239. --- .../src/lib/content-node-share/content-node-share.dialog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.ts b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.ts index 3613c8f471..ecd853cd92 100644 --- a/lib/content-services/src/lib/content-node-share/content-node-share.dialog.ts +++ b/lib/content-services/src/lib/content-node-share/content-node-share.dialog.ts @@ -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(true); + this.dialogRef.close(false); } } );