amend b0db25be to actually do what I wanted to do *facepalm*

th-downstream
Ondřej Hruška 7 years ago
parent 1dda0acdcb
commit 3b8e1a5d40

@ -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