summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post_info/post_info.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_view/post_info/post_info.jsx')
-rw-r--r--webapp/components/post_view/post_info/post_info.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/post_view/post_info/post_info.jsx b/webapp/components/post_view/post_info/post_info.jsx
index 71f73b631..5f3701761 100644
--- a/webapp/components/post_view/post_info/post_info.jsx
+++ b/webapp/components/post_view/post_info/post_info.jsx
@@ -125,6 +125,7 @@ export default class PostInfo extends React.PureComponent {
const emojiName = emoji.name || emoji.aliases[0];
this.props.actions.addReaction(this.props.post.id, emojiName);
emitEmojiPosted(emojiName);
+ this.props.handleDropdownOpened(false);
}
getDotMenu = () => {