Skip to content

Commit

Permalink
feat(FEC-10102): delay the tooltip showing (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyBregman committed Nov 23, 2020
1 parent 490e4e9 commit df64d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tooltip/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const mapStateToProps = state => ({
isMobile: state.shell.isMobile
});

const TOOLTIP_SHOW_TIMEOUT: number = 250;
const TOOLTIP_SHOW_TIMEOUT: number = 750;

// notice the order represents the order of the alternative fallback
const ToolTipType = {
Expand Down

0 comments on commit df64d0b

Please sign in to comment.