diff --git a/src/angular-img-cropper.js b/src/angular-img-cropper.js index 8dbb2e6..ca4fb79 100644 --- a/src/angular-img-cropper.js +++ b/src/angular-img-cropper.js @@ -1147,7 +1147,7 @@ angular.module('angular-img-cropper', []).directive("imageCropper", ['$document' didDraw = didDraw || this.drawCornerCursor(this.markers[i], cropTouch.x, cropTouch.y, e); } if (!didDraw) { - imageCropperDataShare.setStyle(this.canvas, 'initial'); + imageCropperDataShare.setStyle(this.canvas, 'auto'); } } if (!didDraw && !cursorDrawn && this.center.touchInBounds(cropTouch.x, cropTouch.y)) {