@cornerstonejs/core 3.11.4 → 3.11.6
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.
|
|
3
|
+
"version": "3.11.6",
|
|
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": "
|
|
94
|
+
"gitHead": "059378fcf78f4a9d0143f7c0ad52f8c0a712ea05"
|
|
95
95
|
}
|