Don't close the Reactions dialog so we can click multiple times easily

This commit is contained in:
Lyubo Marinov 2018-02-09 00:35:19 -06:00
parent 95cd0e556b
commit 67d6ca48c7
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class ReactionsDialog extends Component<Props> {
* @returns {void}
*/
_onClick(reaction) {
this.props.onClose();
// this.props.onClose();
this.props._onSendReaction(reaction);
}