-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
When ever i type something and click on the device back button the back button does not work.If the text editor does not have focus and then i click on the back button it works fine.
I have the following code:
Column(
mainAxisAlignment: MainAxisAlignment.center,
children: [
HtmlEditor(
showBottomToolbar: false,
hint: "Your text here...",
//value: "text content initial, if any",
key: keyEditor,
height: 400,
),
],
),
Metadata
Metadata
Assignees
Labels
No labels