From ee835a99901d0b91cd8f00b2e9c1a200e6e5682c Mon Sep 17 00:00:00 2001 From: u-e Date: Thu, 14 Mar 2019 22:36:00 +0300 Subject: [PATCH] fixed 604 --- src/components/editorElements/tagArea/view/tagAreaView.js | 1 - src/components/editorElements/titleArea/view/titleAreaView.js | 4 ++-- src/components/markdownEditor/view/markdownEditorView.js | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) 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()