Skip to content

Commit

Permalink
feat(cropper): add grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Enlcxx committed May 8, 2024
1 parent 0dcff96 commit a5cc509
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/image-cropper/image-cropper-area.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<div #resizer
*ngIf="resizableArea"
[class]="classes.resizer"
></div>
>
</div>
<div [class]="classes.grid"></div>

0 comments on commit a5cc509

Please sign in to comment.