Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoldowsky committed Mar 27, 2024
1 parent e8c96aa commit 16f7218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/graph/adornments/movable-line/movable-line.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const MovableLine = observer(function MovableLine(props: IProps) {
return () => disposer();
}, [instanceId, layout, pointsOnAxes, lineObject, plotHeight, plotWidth, xScale, yScale, model, model.lines,
xAttrName, xSubAxesCount, xAxis, yAttrName, ySubAxesCount, yAxis, xRange, yRange,
equationContainerSelector, subPlotKey, instanceKey, calculateHandlePosition]
equationContainerSelector, subPlotKey, instanceKey, calculateHandlePosition, annotationLocationSetter]
);

const
Expand Down

0 comments on commit 16f7218

Please sign in to comment.