Skip to content

Commit

Permalink
fix: ttoolName typo in addToolInstance parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
winter.olaf committed Feb 23, 2024
1 parent 997836e commit 88021d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/src/types/IToolGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default interface IToolGroup {
};
/** Add tool instance, if you want to create more than one instance from the same tool e.g., brush/eraser tool */
addToolInstance: {
(ttoolName: string, parentClassName: string, configuration?: any): void;
(toolName: string, parentClassName: string, configuration?: any): void;
};
/** Add viewports to share the tools for the ToolGroup */
addViewport: {
Expand Down

0 comments on commit 88021d8

Please sign in to comment.