Skip to content

Commit

Permalink
fix mui#4541 outside click on dialog modal does not dismiss it.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen.K committed Jun 24, 2016
1 parent 0306629 commit fcc2388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dialog/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ class DialogInline extends Component {
show={open}
className={overlayClassName}
style={styles.overlay}
onClick={this.requestClose.bind(this)}
onTouchTap={this.handleTouchTapOverlay}
/>
</div>
Expand Down

0 comments on commit fcc2388

Please sign in to comment.