fix(nc-gui): fill image cropper by default

This commit is contained in:
Ramesh Mane
2024-11-20 17:11:13 +00:00
parent 98bfc9c8f3
commit d4a04ba4ed
4 changed files with 21 additions and 3 deletions

View File

@@ -92,6 +92,7 @@ const imageCropperData = ref({
cropperConfig: {
stencilProps: {
aspectRatio: 1,
fillDefault: true,
},
minHeight: 150,
minWidth: 150,