Skip to content

Commit

Permalink
chore: remove unused async keywrod in image_embed.dart, rename loadIm…
Browse files Browse the repository at this point in the history
…ageBytesFromImageProviders() to _loadImageBytesFromImageProvider()
  • Loading branch information
EchoEllet committed Sep 16, 2024
1 parent f7c3589 commit 7eb67dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class QuillEditorImageEmbedBuilder extends EmbedBuilder {
QuillSharedExtensionsConfigurations.get(context: context)
.imageSaverService;
return GestureDetector(
onTap: () async {
onTap: () {
final onImageClicked = configurations.onImageClicked;
if (onImageClicked != null) {
onImageClicked(imageSource);
Expand Down

0 comments on commit 7eb67dc

Please sign in to comment.