@cornerstonejs/core 1.20.3 → 1.21.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.20.3",
3
+ "version": "1.21.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": "432144a2ffb7cafc1f0ed4e9a25e5feaed5630d6"
49
+ "gitHead": "e0cd0dfada076421daa18efa66489b3695f84617"
50
50
  }
@@ -1017,7 +1017,7 @@ class StackViewport extends Viewport implements IStackViewport {
1017
1017
  ? vec3.negate(vec3.create(), this.initialViewUp)
1018
1018
  : this.initialViewUp;
1019
1019
 
1020
- this.setCamera({
1020
+ this.setCameraNoEvent({
1021
1021
  viewUp: initialViewUp as Point3,
1022
1022
  });
1023
1023