Skip to content

Getting " ⏎ " this symbol as an output on controller when editor is blank #845

Answered by dungngminh
vishnureji asked this question in Mobile
Discussion options

You must be logged in to vote

You can check the document is empty or not, using method isEmpty of Document.
Example:

 if (_quillController.document.isEmpty()) {
      // foo function bla..bla...
   return;
 }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by singerdmx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Mobile
Labels
None yet
2 participants