Skip to content

Commit

Permalink
Fix “Recent” category showing up when clicking an emoji for the first…
Browse files Browse the repository at this point in the history
… time while searching
  • Loading branch information
EtienneLem committed Oct 14, 2016
1 parent 0076173 commit dc93357
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/picker.js
Expand Up @@ -90,6 +90,10 @@ export default class Picker extends React.Component {

this.updateCategoriesSize()
this.handleScrollPaint()

if (SEARCH_CATEGORY.emojis) {
component.updateDisplay('none')
}
})
}
}
Expand Down

0 comments on commit dc93357

Please sign in to comment.