@ohif/extension-vtk: Enable rotate button (0.0.5)

This commit is contained in:
Erik Ziegler 2019-06-15 15:40:54 +02:00
parent 24a8d7bca2
commit 357187ddee
2 changed files with 3 additions and 4 deletions

View File

@ -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",

View File

@ -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'
};