diff --git a/react/features/reactions/components/ReactionsDialog.web.js b/react/features/reactions/components/ReactionsDialog.web.js index 3396d7d96..c68720124 100644 --- a/react/features/reactions/components/ReactionsDialog.web.js +++ b/react/features/reactions/components/ReactionsDialog.web.js @@ -65,7 +65,7 @@ class ReactionsDialog extends Component { * @returns {void} */ _onClick(reaction) { - this.props.onClose(); + // this.props.onClose(); this.props._onSendReaction(reaction); }