flutter-quill
flutter-quill copied to clipboard
Feature request: scrolling to cursor without requesting focus
Is there an existing issue for this?
- [X] I have searched the existing issues
Use case
Currently the editor doesn't scroll to the cursor/selection set in QuillController without requesting focus.
Proposal
It would be great to be able to scroll to the selection when the editor is open, so that the user starts from the same part of the document he has finished before. Currently it's possible to achieve this by requesting focus. However, in many cases it's convenient to look at the document first, instead of editing it. Moreover, on mobile platforms keyboard appears when focus is on, reducing the editor height, which is also inconvenient when viewing documents.