Skip to content

Commit

Permalink
Re-add rootTagsToEliminate prop (#14006)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarol committed Feb 21, 2019
1 parent d2e2a18 commit 811fbe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/post-title/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class PostTitle extends Component {
return (
<RichText
tagName={ 'p' }
rootTagsToEliminate={ [ 'strong' ] }
onFocus={ this.onSelect }
onBlur={ this.props.onBlur } // always assign onBlur as a props
multiline={ false }
Expand Down

0 comments on commit 811fbe0

Please sign in to comment.