@ohif/extension-vtk: Enable rotate button (0.0.5)
This commit is contained in:
parent
24a8d7bca2
commit
357187ddee
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ohif/extension-vtk",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "OHIF extension for VTK.js",
|
||||
"author": "OHIF",
|
||||
"license": "MIT",
|
||||
|
||||
@ -28,8 +28,7 @@ const mapStateToProps = state => {
|
||||
// TODO: Make these use setToolActive instead
|
||||
window.commandsManager.runCommand('enableLevelTool', {}, 'vtk');
|
||||
}
|
||||
}
|
||||
/* Disabled temporarily due to issues with the interactor style
|
||||
},
|
||||
{
|
||||
command: 'Rotate',
|
||||
type: 'tool',
|
||||
@ -40,7 +39,7 @@ const mapStateToProps = state => {
|
||||
// TODO: Make these use setToolActive instead
|
||||
window.commandsManager.runCommand('enableRotateTool', {}, 'vtk');
|
||||
}
|
||||
},*/
|
||||
},
|
||||
],
|
||||
activeCommand: 'Crosshairs'
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user