@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.
@@ -3399,6 +3399,7 @@ var ImageEditor = /** @__PURE__ @class */ (function (_super) {
3399
3399
  this.pointColl = [];
3400
3400
  this.freehandCounter = 0;
3401
3401
  this.objColl.push(this.currSelectionPoint);
3402
+ this.currSelectionPoint = null;
3402
3403
  this.zoomAction(this.cropObj.cropZoom);
3403
3404
  this.currSelectionPoint = extend({}, this.objColl[0], null, true);
3404
3405
  this.objColl = cropObjColl_1;