Skip to content

Commit

Permalink
fix: popup onMaskClick
Browse files Browse the repository at this point in the history
  • Loading branch information
linjinze999 committed May 15, 2024
1 parent dda2940 commit c142f1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hippy_ui_react/src/components/Popup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class Popup extends Component<PopupProps, PopupState> {

static defaultProps = {
animated: true,
onMaskClick: () => {},
};

constructor(props: PopupProps) {
Expand Down

0 comments on commit c142f1a

Please sign in to comment.