Have you checked for an existing issue?
Flutter Quill Version
11.5.1
Steps to Reproduce
- Create an emulator (I tested on a Pixel 9 Pro API 37.0)
- Start the Flutter Quill example app
- Put the caret at the very end of the text (after "diff-match-patch") and type "aaa"
- Now scroll up and put the caret after "c. popup and the website" and type "bbb"
Expected results
Text is "c. popup and the websitebbb"
Actual results
Text is "diff-match-patchaaabbb" as text is inserted in the old caret position
Additional Context
No response
Have you checked for an existing issue?
Flutter Quill Version
11.5.1
Steps to Reproduce
Expected results
Text is "c. popup and the websitebbb"
Actual results
Text is "diff-match-patchaaabbb" as text is inserted in the old caret position
Additional Context
No response