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.
2 parents b4ec433 + 9e2c8b2 commit 194deddCopy full SHA for 194dedd
src/popup/popup.ts
@@ -66,12 +66,12 @@ export default class Popup extends SuperComponent {
66
onOverlayClick() {
67
const { closeOnOverlayClick } = this.properties;
68
if (closeOnOverlayClick) {
69
- this.triggerEvent('visible-change', { visiable: false });
+ this.triggerEvent('visible-change', { visible: false });
70
}
71
72
73
onCloseClick() {
74
75
76
77
preventEvent() {}
0 commit comments