Skip to content

Commit

Permalink
fix(@clayui/tooltip): Hide tooltip on dragstart
Browse files Browse the repository at this point in the history
  • Loading branch information
markocikos committed Jul 28, 2021
1 parent 927c1d9 commit 70d78da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/clay-tooltip/src/TooltipProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const initialState: IState = {
};

const TRIGGER_HIDE_EVENTS = [
'dragstart',
'mouseout',
'mouseup',
'pointerup',
Expand Down

0 comments on commit 70d78da

Please sign in to comment.