Skip to content

Commit

Permalink
Merge pull request #429 from getguesstimate/master
Browse files Browse the repository at this point in the history
Fix bug with returns in distribution editor.
  • Loading branch information
mmcdermott committed May 27, 2016
2 parents cd7bb96 + 7325145 commit 8adfccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/distributions/editor/TextForm/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class TextInputEditor extends Component {
<Editor
onFocus={this.props.onFocus}
editorState={editorState}
handleReturn={() => true}
onBlur={this.props.onBlur}
onChange={this._onChange.bind(this)}
tabIndex={2}
Expand Down

0 comments on commit 8adfccc

Please sign in to comment.