Update the example

pull/1597/head
Ellet 1 year ago
parent ffb20a9f8e
commit 47031e1250
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 2
      example/lib/presentation/quill/quill_screen.dart

@ -76,7 +76,7 @@ class _QuillScreenState extends State<QuillScreen> {
onPressed: () { onPressed: () {
final html = _controller.document.toDelta().toHtml(); final html = _controller.document.toDelta().toHtml();
_controller.document = _controller.document =
Document.fromDelta(QuillController.fromHtml(html)); Document.fromDelta(Document.fromHtml(html));
}, },
icon: const Icon(Icons.html), icon: const Icon(Icons.html),
), ),

Loading…
Cancel
Save