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