fix(availableTools): add ArrowAnnotate as an available tool (#667)

* add ArrowAnnotate as an available tool

* review response - remove the cargo culted mouseButtonMasks
This commit is contained in:
David Wire 2019-07-17 07:45:29 -06:00 committed by Danny Brown
parent 3d425f54cc
commit ca735fa070

View File

@ -217,6 +217,14 @@ export default function setupTools(store) {
{ name: 'ZoomTouchPinch' },
{ name: 'StackScrollMouseWheel' },
{ name: 'StackScrollMultiTouch' },
{
name: 'ArrowAnnotate',
props: {
configuration: {
getMeasurementLocationCallback: toolLabellingFlowCallback,
},
},
},
];
const onRightClick = getOnRightClickCallback(store);