docs: add a comment for _pasteHtml

pull/1914/head
Ellet 10 months ago
parent 83c7b81ea0
commit 5519e23739
  1. 1
      lib/src/widgets/quill/quill_controller.dart

@ -550,6 +550,7 @@ class QuillController extends ChangeNotifier {
return false;
}
/// True if can paste using HTML
Future<bool> _pasteHTML() async {
final clipboardService = ClipboardServiceProvider.instacne;
if (await clipboardService.canProvideHtmlText()) {

Loading…
Cancel
Save