Skip to content

Back button doesn't work #33

@rt16

Description

@rt16

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions