Skip to content

Commit

Permalink
removing trailing space. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Jun 20, 2017
1 parent 07a2753 commit 1676259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ModalPortal.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default class ModalPortal extends Component {
}

// Don't steal focus from inner elements
focusContent = () =>
focusContent = () =>
(this.content && !this.contentHasFocus()) && this.content.focus();

closeWithTimeout = () => {
Expand Down

0 comments on commit 1676259

Please sign in to comment.