From 5519e237393b51a4e7c831caa41c4719d2332274 Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 12 Jun 2024 21:15:31 +0300 Subject: [PATCH] docs: add a comment for _pasteHtml --- lib/src/widgets/quill/quill_controller.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/widgets/quill/quill_controller.dart b/lib/src/widgets/quill/quill_controller.dart index fa8f585a..f9c18fdb 100644 --- a/lib/src/widgets/quill/quill_controller.dart +++ b/lib/src/widgets/quill/quill_controller.dart @@ -550,6 +550,7 @@ class QuillController extends ChangeNotifier { return false; } + /// True if can paste using HTML Future _pasteHTML() async { final clipboardService = ClipboardServiceProvider.instacne; if (await clipboardService.canProvideHtmlText()) {