From dc933571374b5cf01157699c771f2f770ea45180 Mon Sep 17 00:00:00 2001 From: Etienne Lemay Date: Thu, 13 Oct 2016 21:38:24 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9CRecent=E2=80=9D=20category=20sho?= =?UTF-8?q?wing=20up=20when=20clicking=20an=20emoji=20for=20the=20first=20?= =?UTF-8?q?time=20while=20searching?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/picker.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/picker.js b/src/components/picker.js index ab4dda83e..c4f8de834 100644 --- a/src/components/picker.js +++ b/src/components/picker.js @@ -90,6 +90,10 @@ export default class Picker extends React.Component { this.updateCategoriesSize() this.handleScrollPaint() + + if (SEARCH_CATEGORY.emojis) { + component.updateDisplay('none') + } }) } }