Skip to content

Commit 2fa50be

Browse files
authored
Change setTimeout's time from 50 to 100
1 parent 76fc199 commit 2fa50be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dialog/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class Dialog extends Component<DialogProps, DialogState> {
167167
setTimeout(() => { // unfortunately this is needed if a modal needs to open on iOS
168168
_.invoke(this.props, 'onDialogDismissed', this.props);
169169
_.invoke(this.props, 'onModalDismissed', this.props);
170-
}, 50);
170+
}, 100);
171171
}
172172
}
173173

0 commit comments

Comments
 (0)