Skip to content

Commit

Permalink
Do not pass the tagName prop to AztecView
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloercoli committed Mar 12, 2019
1 parent 792af0b commit 9e84700
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor/src/components/rich-text/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ export class RichText extends Component {
text={ { text: html, eventCount: this.lastEventCount } }
placeholder={ this.props.placeholder }
placeholderTextColor={ this.props.placeholderTextColor || styles[ 'editor-rich-text' ].textDecorationColor }
tagName={ tagName }
onChange={ this.onChange }
onFocus={ this.props.onFocus }
onBlur={ this.props.onBlur }
Expand Down

0 comments on commit 9e84700

Please sign in to comment.