Skip to content

Commit

Permalink
Removed @ts-ignore directive
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir authored Feb 28, 2024
1 parent ec2568e commit af90903
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,6 @@ const SeriesRenderer: FunctionComponent<CProps> = ({
<div style={{height: viewerHeight}} ref={getBounds}>
<ResponsiveViewer
ref={viewerRef}
// @ts-ignore
mouseMove={useCallback((cursor: [number, number]) => {
setCursor({
cursorPosition: [cursor[0], cursor[1]],
Expand Down

0 comments on commit af90903

Please sign in to comment.