Skip to content

Commit 31935dc

Browse files
committed
2 parents 686aff1 + e1fcb4b commit 31935dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/dialog/dialog.taro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const defaultProps = {
3232
lockScroll: true,
3333
beforeCancel: () => true,
3434
beforeClose: () => true,
35-
onOverlayClick: () => undefined,
35+
onOverlayClick: () => true,
3636
} as DialogProps
3737

3838
export const BaseDialog: FunctionComponent<Partial<DialogProps>> & {

0 commit comments

Comments
 (0)