We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I want to ask is there any way to remove the newline at the top of the editor?
I want the cursor at the top of the editor when I click the editor for the first time like the image below.
Here is the code that I used:
HtmlEditor( controller: _descriptionController, htmlEditorOptions: const HtmlEditorOptions( hint: "Your text here...", ), otherOptions: const OtherOptions( height: 300, ), htmlToolbarOptions: const HtmlToolbarOptions(defaultToolbarButtons: [ FontButtons( strikethrough: false, subscript: false, superscript: false, ), ListButtons(listStyles: false), ParagraphButtons( alignCenter: false, alignJustify: false, alignLeft: false, alignRight: false, lineHeight: false, caseConverter: false, textDirection: false, ) ]), ),
The text was updated successfully, but these errors were encountered:
Please see #24 for more details on this issue
Sorry, something went wrong.
Hi, tneotia. Thanks for the reply. I'll close this for now.
No branches or pull requests
Hi, I want to ask is there any way to remove the newline at the top of the editor?
I want the cursor at the top of the editor when I click the editor for the first time like the image below.
Here is the code that I used:
The text was updated successfully, but these errors were encountered: