@cornerstonejs/tools 1.2.5 → 1.2.7

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/tools",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "Cornerstone3D Tools",
5
5
  "main": "dist/umd/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
28
28
  },
29
29
  "dependencies": {
30
- "@cornerstonejs/core": "^1.2.5",
30
+ "@cornerstonejs/core": "^1.2.7",
31
31
  "lodash.clonedeep": "4.5.0",
32
32
  "lodash.get": "^4.4.2"
33
33
  },
@@ -50,5 +50,5 @@
50
50
  "type": "individual",
51
51
  "url": "https://ohif.org/donate"
52
52
  },
53
- "gitHead": "b83dd634bf1fde35ed7385f2192ef8fd9fe9542f"
53
+ "gitHead": "4b9c08e09216daac428c258bcb123a1ed53eb3c0"
54
54
  }
@@ -851,6 +851,8 @@ class PlanarFreehandROITool extends AnnotationTool {
851
851
  };
852
852
  }
853
853
 
854
+ this.triggerAnnotationModified(annotation, enabledElement);
855
+
854
856
  annotation.invalidated = false;
855
857
 
856
858
  return cachedStats;