Skip to content

Commit

Permalink
Merge pull request #1626 from leandroercoli/headerTooltips
Browse files Browse the repository at this point in the history
fix: header tooltips bug #1606
  • Loading branch information
wdh2100 authored Jan 5, 2021
2 parents cd2bd5c + ebb6736 commit abbce95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/TableHeadCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ const TableHeadCell = ({

const closeTooltip = () => {
setSortTooltipOpen(false);
setDragging(true);
};

return (
Expand Down

0 comments on commit abbce95

Please sign in to comment.