Don't close the Reactions dialog so we can click multiple times easily
This commit is contained in:
parent
95cd0e556b
commit
67d6ca48c7
|
@ -65,7 +65,7 @@ class ReactionsDialog extends Component<Props> {
|
|||
* @returns {void}
|
||||
*/
|
||||
_onClick(reaction) {
|
||||
this.props.onClose();
|
||||
// this.props.onClose();
|
||||
this.props._onSendReaction(reaction);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue