Skip to content

Conversation

MarlonJD
Copy link

When there was no height, setSelection could not works properly. So I added height to

, and I added setTimeout(() => quilleditor.focus(), 1000);after setSelection.

Now you can just give height from main widget, like this

QuillHtmlEditor(
    controller: controller,
    minHeight:
        MediaQuery.of(context).size.height -
            300,
)

Also I tried to make unvisible 3 scroll.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant