diff --git a/src/components/editorElements/tagArea/view/tagAreaView.js b/src/components/editorElements/tagArea/view/tagAreaView.js index 2ece409f3..7c9a1d3ba 100644 --- a/src/components/editorElements/tagArea/view/tagAreaView.js +++ b/src/components/editorElements/tagArea/view/tagAreaView.js @@ -124,7 +124,6 @@ export default class TagAreaView extends Component { } autoCapitalize="none" onFocus={() => this.setState({ activeChip: i })} - {...this.props} /> ), )} diff --git a/src/components/editorElements/titleArea/view/titleAreaView.js b/src/components/editorElements/titleArea/view/titleAreaView.js index a17a08ddf..f1f3ddb45 100644 --- a/src/components/editorElements/titleArea/view/titleAreaView.js +++ b/src/components/editorElements/titleArea/view/titleAreaView.js @@ -44,12 +44,12 @@ export default class TitleAreaView extends Component { render() { const { intl, isPreviewActive, autoFocus } = this.props; - const { text } = this.state; + const { text, height } = this.state; return ( ) : ( this._renderPreview()