Skip to content

Commit fcc00d3

Browse files
committed
hide tooltip bug
1 parent 0108011 commit fcc00d3

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)