Skip to content

Commit 573dc0e

Browse files
MathisGuilhindannyrb
authored andcommitted
feat: Add Freehand as a default available tool (#21)
* adding Freehand to default availableTool * adding Freehand to default availableTool 2 * Changing the name to �FreehandMouse
1 parent ce69ea2 commit 573dc0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CornerstoneViewport/CornerstoneViewport.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ class CornerstoneViewport extends Component {
7373
{ name: 'Wwwc', mouseButtonMasks: [1] },
7474
{ name: 'Bidirectional', mouseButtonMasks: [1] },
7575
{ name: 'Length', mouseButtonMasks: [1] },
76+
{ name: 'FreehandMouse', mouseButtonMasks: [1] },
7677
{ name: 'Angle', mouseButtonMasks: [1] },
7778
{ name: 'StackScroll', mouseButtonMasks: [1] },
7879
{ name: 'Brush', mouseButtonMasks: [1] },

0 commit comments

Comments
 (0)