fix(availableTools): Add the Eraser to the available tools (#666)

* add the Eraser to the available tools

* review response - remove unnecessary config from eraser tool

* remove cargo culted mouseButtonMasks
This commit is contained in:
David Wire 2019-07-17 07:58:33 -06:00 committed by Danny Brown
parent ca735fa070
commit 0d5d804741

View File

@ -217,6 +217,7 @@ export default function setupTools(store) {
{ name: 'ZoomTouchPinch' },
{ name: 'StackScrollMouseWheel' },
{ name: 'StackScrollMultiTouch' },
{ name: 'Eraser' },
{
name: 'ArrowAnnotate',
props: {