@cornerstonejs/core 4.15.26 → 4.15.27

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.
@@ -1192,6 +1192,9 @@ class BaseVolumeViewport extends Viewport {
1192
1192
  return;
1193
1193
  }
1194
1194
  volumeId = actorEntries.find((actorEntry) => actorEntry.actor.getClassName() === 'vtkVolume')?.referencedId;
1195
+ if (!volumeId) {
1196
+ return;
1197
+ }
1195
1198
  }
1196
1199
  const currentIndex = this.getSliceIndex();
1197
1200
  sliceIndex ??= currentIndex;
@@ -1 +1 @@
1
- export declare const version = "4.15.26";
1
+ export declare const version = "4.15.27";
@@ -1 +1 @@
1
- export const version = '4.15.26';
1
+ export const version = '4.15.27';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "4.15.26",
3
+ "version": "4.15.27",
4
4
  "description": "Cornerstone3D Core",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/esm/index.d.ts",
@@ -97,5 +97,5 @@
97
97
  "type": "individual",
98
98
  "url": "https://ohif.org/donate"
99
99
  },
100
- "gitHead": "740af8d0a34bdced61440107cb8f0334dce93c47"
100
+ "gitHead": "af3578dd13210050d2f9c309f69483deb1f67168"
101
101
  }