feat(BidirectionalTool): Add BidrectionalTool to "more" menu (#911)
* feat(Bidirectional Tool) * feat(Bidirectional Tool)
This commit is contained in:
parent
698d274c64
commit
e40cbae113
@ -186,6 +186,15 @@ const definitions = [
|
|||||||
type: TOOLBAR_BUTTON_TYPES.COMMAND,
|
type: TOOLBAR_BUTTON_TYPES.COMMAND,
|
||||||
commandName: 'clearAnnotations',
|
commandName: 'clearAnnotations',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'Bidirectional',
|
||||||
|
label: 'Bidirectional',
|
||||||
|
icon: 'measure-target',
|
||||||
|
//
|
||||||
|
type: TOOLBAR_BUTTON_TYPES.COMMAND,
|
||||||
|
commandName: 'setToolActive',
|
||||||
|
commandOptions: { toolName: 'Bidirectional' },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'Eraser',
|
id: 'Eraser',
|
||||||
label: 'Eraser',
|
label: 'Eraser',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user