Skip to content

Commit

Permalink
Fix analyzer error
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Sep 29, 2023
1 parent 75ee777 commit d40e62a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flutter_quill_extensions/lib/flutter_quill_extensions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ class FlutterQuillEmbeds {
},
shouldRemoveImageFromEditor: shouldRemoveImageFromEditor ??
(imageFile) {
// TODO: Before pubish the changes, please consider change the name
// TODO: Before pubish the changes
// please consider change the name
// of the events if you want to
return Future.value(true);
},
Expand Down

0 comments on commit d40e62a

Please sign in to comment.