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 3ded4b2 commit 83ad57aCopy full SHA for 83ad57a
src/modalDisplayPlugin.ts
@@ -63,7 +63,7 @@ export class ModalDisplayPlugin {
63
if (this.visible && !(this.el === <HTMLElement>e.target) && !((<HTMLElement>e.target).closest('.display-modal'))) {
64
this.hide();
65
}
66
- });
+ }, true);
67
68
69
/**
0 commit comments