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:
parent
ca735fa070
commit
0d5d804741
@ -217,6 +217,7 @@ export default function setupTools(store) {
|
|||||||
{ name: 'ZoomTouchPinch' },
|
{ name: 'ZoomTouchPinch' },
|
||||||
{ name: 'StackScrollMouseWheel' },
|
{ name: 'StackScrollMouseWheel' },
|
||||||
{ name: 'StackScrollMultiTouch' },
|
{ name: 'StackScrollMultiTouch' },
|
||||||
|
{ name: 'Eraser' },
|
||||||
{
|
{
|
||||||
name: 'ArrowAnnotate',
|
name: 'ArrowAnnotate',
|
||||||
props: {
|
props: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user