Skip to content

Commit

Permalink
Add close tooltip event for ipad
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemBaskal committed Jun 17, 2020
1 parent 62191e4 commit 12dddcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Logs/Tooltip/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Tooltip extends React.Component {
scrollHide={scrollHide}
trigger={trigger}
overridePosition={overridePosition}
globalEventOff="click"
globalEventOff="click touchend"
clickable
>
{children}
Expand Down

0 comments on commit 12dddcc

Please sign in to comment.