Fix “Recent” category showing up when clicking an emoji for the first time while searching

nolan/hinaloe-test
Etienne Lemay 2016-10-13 21:38:24 -04:00
parent 00761734d8
commit dc93357137
1 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,10 @@ export default class Picker extends React.Component {
this.updateCategoriesSize()
this.handleScrollPaint()
if (SEARCH_CATEGORY.emojis) {
component.updateDisplay('none')
}
})
}
}