@cornerstonejs/core 4.3.11 → 4.3.13
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.
|
@@ -848,7 +848,7 @@ class StackViewport extends Viewport {
|
|
|
848
848
|
}
|
|
849
849
|
getPanCPU() {
|
|
850
850
|
const { viewport } = this._cpuFallbackEnabledElement;
|
|
851
|
-
return [viewport.translation
|
|
851
|
+
return [viewport.translation?.x ?? 0, viewport.translation?.y ?? 0];
|
|
852
852
|
}
|
|
853
853
|
setPanCPU(pan) {
|
|
854
854
|
const camera = this.getCameraCPU();
|
package/dist/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "4.3.
|
|
1
|
+
export declare const version = "4.3.13";
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '4.3.
|
|
1
|
+
export const version = '4.3.13';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cornerstonejs/core",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.13",
|
|
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": "
|
|
100
|
+
"gitHead": "e318ac0fa2efc8318b48987fc2e4985d448afa6e"
|
|
101
101
|
}
|