Skip to content

Commit

Permalink
Merge pull request #3584 from dalime/bug/3291-cant-select-full-area-p…
Browse files Browse the repository at this point in the history
…roject-logo

[FIX] Bug 3291 - Can now select full area for project logo
  • Loading branch information
thelostone-mc authored Sep 9, 2024
2 parents 83f3d2a + 7fbda13 commit 9eb9b58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/builder/src/components/base/images/ImageCrop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ export default function ImageCrop({
setCompletedCrop(c);
}}
aspect={dimensions.width / dimensions.height}
maxHeight={dimensions.height}
maxWidth={dimensions.width}
>
<img
ref={imgRef}
Expand Down

0 comments on commit 9eb9b58

Please sign in to comment.