Skip to content

Commit

Permalink
fix: toolName typo for Crosshairs tool (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimCSAE authored Aug 30, 2022
1 parent c7865d7 commit 46d13bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/src/tools/CrosshairsTool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2584,5 +2584,5 @@ class CrosshairsTool extends AnnotationTool {
}
}

CrosshairsTool.toolName = 'Crosshairs;';
CrosshairsTool.toolName = 'Crosshairs';
export default CrosshairsTool;

0 comments on commit 46d13bc

Please sign in to comment.