@syncfusion/ej2-image-editor 21.2.5 → 21.2.6

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.
@@ -3360,6 +3360,7 @@ let ImageEditor = ImageEditor_1 = class ImageEditor extends Component {
3360
3360
  this.pointColl = [];
3361
3361
  this.freehandCounter = 0;
3362
3362
  this.objColl.push(this.currSelectionPoint);
3363
+ this.currSelectionPoint = null;
3363
3364
  this.zoomAction(this.cropObj.cropZoom);
3364
3365
  this.currSelectionPoint = extend({}, this.objColl[0], null, true);
3365
3366
  this.objColl = cropObjColl;