Skip to content

Commit

Permalink
chore: add a link to an outdated TODO related to getClipboardImage() …
Browse files Browse the repository at this point in the history
…and getClipboardGif()
  • Loading branch information
EchoEllet committed Oct 16, 2024
1 parent d6c69ee commit 745c0b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class MethodChannelQuillNativeBridge implements QuillNativeBridgePlatform {
);
}

// TODO: getClipboardImage() should not return gif files on macOS and iOS, same as Android impl
// TODO: getClipboardImage() should not return gif files on macOS and iOS, same as Android impl https://github.com/FlutterQuill/quill-native-bridge/issues/5

@override
Future<Uint8List?> getClipboardImage() async {
Expand Down

0 comments on commit 745c0b9

Please sign in to comment.