amend 3ba7c1e7 to actually do what I wanted to do *facepalm*

main
Ondřej Hruška 7 years ago
parent 6913426e48
commit 852acbd738

@ -185,7 +185,7 @@ export default class ComposeForm extends ImmutablePureComponent {
onSuggestionsClearRequested={this.onSuggestionsClearRequested}
onSuggestionSelected={this.onSuggestionSelected}
onPaste={onPaste}
autoFocus={!showSearch && isMobile(window.innerWidth)}
autoFocus={!showSearch && !isMobile(window.innerWidth)}
/>
<EmojiPickerDropdown onPickEmoji={this.handleEmojiPick} />

Loading…
Cancel
Save