We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43096c4 commit 521bff8Copy full SHA for 521bff8
1 file changed
lib/pro_image_editor/features/movable_background_image.dart
@@ -332,10 +332,6 @@ class _MovableBackgroundImageExampleState
332
onImageEditingComplete: (Uint8List bytes) async {
333
Navigator.pop(context, bytes);
334
},
335
- onCloseEditor: (editorMode) {
336
- // Handle normal close without editing completion
337
- Navigator.of(context).pop();
338
- },
339
mainEditorCallbacks: MainEditorCallbacks(
340
helperLines: HelperLinesCallbacks(onLineHit: vibrateLineHit),
341
onAfterViewInit: () {
0 commit comments