Skip to content

Commit 83ad57a

Browse files
committed
cherry-pick hunk from 50b6a1c, fixes unexpected close of display plugin on calendar interaction
1 parent 3ded4b2 commit 83ad57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modalDisplayPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class ModalDisplayPlugin {
6363
if (this.visible && !(this.el === <HTMLElement>e.target) && !((<HTMLElement>e.target).closest('.display-modal'))) {
6464
this.hide();
6565
}
66-
});
66+
}, true);
6767
}
6868

6969
/**

0 commit comments

Comments
 (0)