This commit is contained in:
Kima 2024-05-13 19:50:53 +02:00
parent 174046f954
commit ce31182a5c

View File

@ -62,7 +62,7 @@ class _ImageNoteEditorState extends State<ImageNoteEditor> {
child: Crop.file( child: Crop.file(
_sample!, _sample!,
key: cropKey, key: cropKey,
aspectRatio: 1.0, // aspectRatio: 1.0,
), ),
); );
} }