hellfire 0.17.1 → 0.17.2
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/CHANGELOG.md +4 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [0.17.2](http://10.16.100.57/diffusion/115/paladin/compare/v0.17.1...v0.17.2) (2021-12-14)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.17.1](http://10.16.100.57/diffusion/115/paladin/compare/v0.17.0...v0.17.1) (2021-11-30)
|
|
6
10
|
|
|
7
11
|
|
package/dist/index.js
CHANGED
|
@@ -51739,6 +51739,10 @@ var DicomView = /*#__PURE__*/function (_Component) {
|
|
|
51739
51739
|
this.props.unmount();
|
|
51740
51740
|
window.removeEventListener('mousedown', checkAndUnLockToolState);
|
|
51741
51741
|
window.removeEventListener('resize', this.debouncedResize);
|
|
51742
|
+
|
|
51743
|
+
if (this.props.paladinActionEmit) {
|
|
51744
|
+
_default$e.removeListener('paladin_action', this.props.paladinActionEmit);
|
|
51745
|
+
}
|
|
51742
51746
|
}
|
|
51743
51747
|
}, {
|
|
51744
51748
|
key: "emitImageResize",
|