We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a69c9 commit 3359b71Copy full SHA for 3359b71
src/Blazored.Modal/Interop/Blazored.Modal.ts
@@ -6,8 +6,8 @@ interface FocusTrapInstance {
6
}
7
8
export class BlazoredModal {
9
-
10
- readonly _options: Options = { escapeDeactivates: false };
+
+ readonly _options: Options = { escapeDeactivates: false, allowOutsideClick: () => true };
11
private _traps: Array<FocusTrapInstance> = [];
12
13
public activateScrollLock(): void {
0 commit comments