Fix “Recent” category showing up when clicking an emoji for the first time while searching
parent
00761734d8
commit
dc93357137
|
@ -90,6 +90,10 @@ export default class Picker extends React.Component {
|
|||
|
||||
this.updateCategoriesSize()
|
||||
this.handleScrollPaint()
|
||||
|
||||
if (SEARCH_CATEGORY.emojis) {
|
||||
component.updateDisplay('none')
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue