@acorex/components 20.2.42 → 20.2.43

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.
@@ -653,6 +653,7 @@ class AXImageEditorViewComponent extends MXBaseComponent {
653
653
  const cropImage = this.canvasElem().nativeElement.toDataURL('image/jpeg', 1);
654
654
  this.setInitialImage(cropImage, false);
655
655
  this.service.activeToolState.set(null);
656
+ this.saveImageChange();
656
657
  }
657
658
  /** @ignore */
658
659
  rotateImage() {