Skip to content

Commit cf4b3e7

Browse files
authored
Merge pull request #753 from GetStream/hide-tooltip-bug
hide tooltip bug
2 parents 0108011 + fcc00d3 commit cf4b3e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Reactions/ReactionSelector.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ const ReactionSelectorWithRef = (
142142
<React.Fragment>
143143
<div
144144
className="latest-user"
145+
onClick={hideTooltip}
145146
onMouseEnter={(e) => showTooltip(e, reactionOption.id)}
146147
onMouseLeave={hideTooltip}
147148
>

0 commit comments

Comments
 (0)