diff --git a/src/setupTools.js b/src/setupTools.js index 8479a4219..64fe2b1be 100644 --- a/src/setupTools.js +++ b/src/setupTools.js @@ -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);