@cornerstonejs/core 1.14.4 → 1.15.1

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/core",
3
- "version": "1.14.4",
3
+ "version": "1.15.1",
4
4
  "description": "",
5
5
  "main": "dist/umd/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -46,5 +46,5 @@
46
46
  "type": "individual",
47
47
  "url": "https://ohif.org/donate"
48
48
  },
49
- "gitHead": "96dc1772a2f77a7626c07e19434b42753e9d4188"
49
+ "gitHead": "39fc0a489df073eeee5c1c735f78a70f57258a4d"
50
50
  }
@@ -2151,6 +2151,7 @@ class StackViewport extends Viewport implements IStackViewport {
2151
2151
  // Update the state of the viewport to the new imageIdIndex;
2152
2152
  this.currentImageIdIndex = imageIdIndex;
2153
2153
  this.hasPixelSpacing = true;
2154
+ this.viewportStatus = ViewportStatus.PRE_RENDER;
2154
2155
 
2155
2156
  // Todo: trigger an event to allow applications to hook into START of loading state
2156
2157
  // Currently we use loadHandlerManagers for this