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 1d6d0a8 commit 9e2c8b2Copy full SHA for 9e2c8b2
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