@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.
- package/CHANGELOG.md +8 -0
- package/dist/ej2-image-editor.umd.min.js +2 -2
- package/dist/ej2-image-editor.umd.min.js.map +1 -1
- package/dist/es6/ej2-image-editor.es2015.js +1 -0
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +1 -0
- package/dist/es6/ej2-image-editor.es5.js.map +1 -1
- package/dist/global/ej2-image-editor.min.js +2 -2
- package/dist/global/ej2-image-editor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/image-editor/image-editor.js +1 -0
|
@@ -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;
|