Skip to content

Commit 8be6d45

Browse files
crisbetojelbourn
authored andcommitted
docs(dialog): emphasize clicking on backdrop in disableClose docs (#11767)
Mentions the backdrop explicitly in the `disableClose` docs in order to avoid confusion. Fixes #11750.
1 parent 9b80a4c commit 8be6d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dialog/dialog-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class MatDialogConfig<D = any> {
5656
/** Custom class for the backdrop, */
5757
backdropClass?: string = '';
5858

59-
/** Whether the user can use escape or clicking outside to close a modal. */
59+
/** Whether the user can use escape or clicking on the backdrop to close the modal. */
6060
disableClose?: boolean = false;
6161

6262
/** Width of the dialog. */

0 commit comments

Comments
 (0)