Skip to content

Commit

Permalink
fix \n
Browse files Browse the repository at this point in the history
  • Loading branch information
ivictbor committed Apr 23, 2021
1 parent 370c931 commit b68ef6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/selecter.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ ${Math.round(pxData[i][j][3] / s)})`;
this.show();
this.reCalcCropperCords();
if (this.area.activated) {
this.areaionCallback(!this.imagePlaced && this.area.rect.clientWidth > 0 &&
this.areaionCallback(!this.imagePlaced &&
this.area.rect.clientWidth > 0 &&
this.area.rect.clientHeight > 0);
}
}
Expand Down

0 comments on commit b68ef6e

Please sign in to comment.