diff --git a/lib/src/widgets/quill/quill_controller.dart b/lib/src/widgets/quill/quill_controller.dart index 97cf303e..25d6d3e5 100644 --- a/lib/src/widgets/quill/quill_controller.dart +++ b/lib/src/widgets/quill/quill_controller.dart @@ -628,7 +628,7 @@ class QuillController extends ChangeNotifier { return false; } - /// Return `true` if can paste or have pasted using HTML. + /// Return `true` if can paste or have pasted using Markdown. Future _pasteMarkdown() async { final clipboardService = ClipboardServiceProvider.instance;