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:
parent
3d425f54cc
commit
ca735fa070
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user