Skip to content

Commit

Permalink
bug(web): fix wrong graph index on tooltip close (#7588)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonypls authored Dec 20, 2024
1 parent 5837128 commit 4c632b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/features/charts/elements/AreaGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ function AreaGraph({
const onCloseTooltip = () => {
setTooltipData(null);
setHoveredLayerIndex(null);
setGraphIndex(null);
};

const headerHeight = useHeaderHeight();
Expand Down

0 comments on commit 4c632b9

Please sign in to comment.