diff --git a/packages/hippy_ui_react/src/components/Popup/index.tsx b/packages/hippy_ui_react/src/components/Popup/index.tsx index bc9bc4e..8094287 100644 --- a/packages/hippy_ui_react/src/components/Popup/index.tsx +++ b/packages/hippy_ui_react/src/components/Popup/index.tsx @@ -21,6 +21,7 @@ export class Popup extends Component { static defaultProps = { animated: true, + onMaskClick: () => {}, }; constructor(props: PopupProps) {