@cornerstonejs/adapters 1.60.0 → 1.61.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/dist/adapters.es.js +2 -1
- package/dist/adapters.es.js.map +1 -1
- package/package.json +5 -5
package/dist/adapters.es.js
CHANGED
|
@@ -41592,7 +41592,8 @@ class BaseVolumeViewport extends Viewport$1 {
|
|
|
41592
41592
|
if (!suppressEvents) {
|
|
41593
41593
|
const eventDetail = {
|
|
41594
41594
|
viewportId: this.id,
|
|
41595
|
-
colormap: colormap$1
|
|
41595
|
+
colormap: colormap$1,
|
|
41596
|
+
volumeId
|
|
41596
41597
|
};
|
|
41597
41598
|
triggerEvent(this.element, EVENTS.COLORMAP_MODIFIED, eventDetail);
|
|
41598
41599
|
}
|