Closed
Description
Describe the bug
click editor then cursor is at second line
To Reproduce
build it like my code(in Additional context) and click the editor
Expected behavior
click editor then cursor is at first line
Device:
android 9,real
Additional context
Expanded(
child: HtmlEditor(
controller: controller, //required
hint: "Your text here...",
options: HtmlEditorOptions(
height: 400,
),
),
)