0
0
Fork 0

Fix emoji picker being always displayed (#10979)

* Fix emoji picker being always displayed

* Remove duplicate content with other pull-requests
This commit is contained in:
Takeshi Umeda 2019-06-06 19:30:14 +09:00 committed by Eugen Rochko
parent 8f3c32e29c
commit c402c291f4
2 changed files with 10 additions and 2 deletions

View file

@ -208,7 +208,7 @@ class ComposeForm extends ImmutablePureComponent {
/>
</div>
<div className='emoji-picker-wrapper'>
<div className={`emoji-picker-wrapper ${this.props.showSearch ? 'emoji-picker-wrapper--hidden' : ''}`}>
<EmojiPickerDropdown onPickEmoji={this.handleEmojiPick} />
</div>