Skip to content

Commit

Permalink
fix: uncomment 'onMouseOut' handler in Bar Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
vannizhang committed Sep 27, 2023
1 parent f2af2a1 commit 7a7621d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BarChart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class BarChart extends React.PureComponent<IProps, IState> {
onMouseEnter(d.releaseNum, true);
})
.on('mouseout', (d: IWaybackItem) => {
// onMouseOut();
onMouseOut();
});
}

Expand Down

0 comments on commit 7a7621d

Please sign in to comment.