summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/reaction/reaction.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/post_view/reaction/reaction.jsx')
-rw-r--r--webapp/components/post_view/reaction/reaction.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/post_view/reaction/reaction.jsx b/webapp/components/post_view/reaction/reaction.jsx
index 7fad56d62..f256a1fb5 100644
--- a/webapp/components/post_view/reaction/reaction.jsx
+++ b/webapp/components/post_view/reaction/reaction.jsx
@@ -219,6 +219,7 @@ export default class Reaction extends React.PureComponent {
return (
<OverlayTrigger
+ trigger={['hover', 'focus']}
delayShow={1000}
placement='top'
shouldUpdatePosition={true}