fix: 🐛 Fix crosshairs location when using MIP (#1080)

This commit is contained in:
James Petts 2019-10-25 14:07:35 +01:00 committed by Erik Ziegler
parent 21b586b08f
commit b451ce4407
2 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"lodash.throttle": "^4.1.1",
"react-vtkjs-viewport": "^0.3.5"
"react-vtkjs-viewport": "^0.3.6"
},
"devDependencies": {
"@ohif/core": "^1.4.0",

View File

@ -15526,10 +15526,10 @@ react-transition-group@^4.1.1:
loose-envify "^1.4.0"
prop-types "^15.6.2"
react-vtkjs-viewport@^0.3.5:
version "0.3.5"
resolved "https://registry.yarnpkg.com/react-vtkjs-viewport/-/react-vtkjs-viewport-0.3.5.tgz#772a5e51e1a8f7e9ca170e9044bee28debf04002"
integrity sha512-JeSrS0oaV5fcHTN8VOGzP4ayM0K4PNoPrEYpyw9CGHbBFivshEiQnbyDqpPxkbHJrLCf2dNKTqbI3A5cL4iTZQ==
react-vtkjs-viewport@^0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/react-vtkjs-viewport/-/react-vtkjs-viewport-0.3.6.tgz#69df6c5c8808a64dc005d77e8058f9a99eaaca02"
integrity sha512-tK6thFTiStFhfYuKBf6xEPRUYf+iZVcujzDElbMFqggRC5PgzcLfYZFAI/bI+9ju7VVyuVazhADu2KHJZYsuEg==
dependencies:
date-fns "^2.2.1"
gl-matrix "^3.1.0"