Autofocus search and fix bugs

Signed-off-by: Tulir Asokan <tulir@maunium.net>
This commit is contained in:
Tulir Asokan 2019-10-15 18:22:18 +03:00
parent 824685ae64
commit 7acae6dc32
3 changed files with 16 additions and 5 deletions

View file

@ -142,8 +142,6 @@ class EmojiPicker extends React.Component {
this.onClickEmoji = this.onClickEmoji.bind(this);
this.scrollToCategory = this.scrollToCategory.bind(this);
this.updateVisibility = this.updateVisibility.bind(this);
window.bodyRef = this.bodyRef;
}
updateVisibility() {