Skip to content

Commit

Permalink
fix: [GSW-2033] Mobile Chart Hover
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrg committed Jan 6, 2025
1 parent e9a6f20 commit 0cbbce1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ const LineGraph: React.FC<LineGraphProps> = ({

const onTouchStart = (event: React.MouseEvent<HTMLDivElement, MouseEvent> | React.TouchEvent<HTMLDivElement>) => {
event.preventDefault();
setActivated(true);
onMouseMove(event);
};

Expand Down

0 comments on commit 0cbbce1

Please sign in to comment.