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 48df402 commit 259cad2Copy full SHA for 259cad2
src/lib/dialog/dialog-container.ts
@@ -81,7 +81,7 @@ export class MatDialogContainer extends BasePortalOutlet {
81
82
/**
83
* Type of interaction that led to the dialog being closed. This is used to determine
84
- * 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
85
* after the dialog is closed.
86
*/
87
_closeInteractionType: FocusOrigin = 'program';
0 commit comments