Skip to content

Commit

Permalink
[FIX] Focus on input when emoji picker box is open was not working (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert authored Apr 3, 2019
1 parent e8849d5 commit 3cde9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/emoji/client/lib/EmojiPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const EmojiPicker = {
const containerEl = this.setPosition();
containerEl.addClass('show');

const emojiInput = containerEl.find('.emoji-filter input.search');
const emojiInput = containerEl.find('.js-emojipicker-search');
if (emojiInput) {
emojiInput.focus();
}
Expand Down

0 comments on commit 3cde9fb

Please sign in to comment.