@cornerstonejs/core 3.11.5 → 3.11.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.
@@ -1616,6 +1616,7 @@ class StackViewport extends Viewport {
1616
1616
  return Promise.resolve(this.getCurrentImageId());
1617
1617
  }
1618
1618
  const imageIdPromise = this._setImageIdIndex(imageIdIndex);
1619
+ this.targetImageIdIndex = imageIdIndex;
1619
1620
  return imageIdPromise;
1620
1621
  }
1621
1622
  calibrateSpacing(imageId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "3.11.5",
3
+ "version": "3.11.7",
4
4
  "description": "Cornerstone3D Core",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/esm/index.d.ts",
@@ -91,5 +91,5 @@
91
91
  "type": "individual",
92
92
  "url": "https://ohif.org/donate"
93
93
  },
94
- "gitHead": "10c1b64a5564152261575a6372136be3c97d940b"
94
+ "gitHead": "06bda800542fef976683b2dd679962100ab1da7c"
95
95
  }