We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31f039 commit 3327650Copy full SHA for 3327650
src/lib/dialog/dialog-container.ts
@@ -82,7 +82,7 @@ export class MatDialogContainer extends BasePortalOutlet {
82
83
/**
84
* Type of interaction that led to the dialog being closed. This is used to determine
85
- * where the focus style will be applied when returning focus to its original location
+ * whether the focus style will be applied when returning focus to its original location
86
* after the dialog is closed.
87
*/
88
_closeInteractionType: FocusOrigin = 'program';
0 commit comments