@cornerstonejs/core 2.14.8 → 2.14.9

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.
@@ -640,7 +640,7 @@ class VideoViewport extends Viewport {
640
640
  }
641
641
  }
642
642
  getViewReference(viewRefSpecifier) {
643
- let sliceIndex = viewRefSpecifier?.sliceIndex ?? this.getSliceIndex();
643
+ let sliceIndex = viewRefSpecifier?.sliceIndex;
644
644
  if (!sliceIndex) {
645
645
  sliceIndex = this.isPlaying
646
646
  ? [this.frameRange[0] - 1, this.frameRange[1] - 1]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "2.14.8",
3
+ "version": "2.14.9",
4
4
  "description": "Cornerstone3D Core",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/esm/index.d.ts",
@@ -82,5 +82,5 @@
82
82
  "type": "individual",
83
83
  "url": "https://ohif.org/donate"
84
84
  },
85
- "gitHead": "af194808e09c6d5c4190b5ef88e304c71a5745b2"
85
+ "gitHead": "5a18bdfcfb6226119a84a012ce33345f457da919"
86
86
  }