@cornerstonejs/core 2.0.0-beta.25 → 2.0.0-beta.26
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.
|
@@ -621,6 +621,9 @@ class BaseVolumeViewport extends Viewport {
|
|
|
621
621
|
if (properties.preset !== undefined) {
|
|
622
622
|
this.setPreset(properties.preset, volumeId, false);
|
|
623
623
|
}
|
|
624
|
+
if (properties.preset !== undefined) {
|
|
625
|
+
this.setPreset(properties.preset, volumeId, false);
|
|
626
|
+
}
|
|
624
627
|
this.render();
|
|
625
628
|
}
|
|
626
629
|
setPreset(presetNameOrObj, volumeId, suppressEvents) {
|