@cornerstonejs/tools 0.67.5 → 0.67.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/tools",
3
- "version": "0.67.5",
3
+ "version": "0.67.7",
4
4
  "description": "Cornerstone3D Tools",
5
5
  "main": "dist/umd/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
27
27
  },
28
28
  "dependencies": {
29
- "@cornerstonejs/core": "^0.47.2",
29
+ "@cornerstonejs/core": "^0.47.4",
30
30
  "lodash.clonedeep": "4.5.0",
31
31
  "lodash.get": "^4.4.2"
32
32
  },
@@ -49,5 +49,5 @@
49
49
  "type": "individual",
50
50
  "url": "https://ohif.org/donate"
51
51
  },
52
- "gitHead": "d0865c2e805bf58d9d6cee290ba39440518b3f8d"
52
+ "gitHead": "83f2cca93988296ced8941ac45cba64f08a5392e"
53
53
  }
@@ -201,7 +201,7 @@ function _stopClip(element: HTMLDivElement, stopDynamicCine: boolean): void {
201
201
  _stopClipWithData(cineToolData);
202
202
  }
203
203
 
204
- if (stopDynamicCine) {
204
+ if (stopDynamicCine && viewport instanceof BaseVolumeViewport) {
205
205
  _stopDynamicVolumeCine(element);
206
206
  }
207
207
  }