Steps to Reproduce
- Run https://flutter.github.io/samples/web/simplistic_editor/#/ in a browser
- Set cursor on right after first character (after 'T')
- Hit
suppron keyboard
Expected results: Deletion Delta Offset = (1,2)
Actual results: Deletion Delta Offset = (0,1)
Code sample: https://github.com/flutter/samples/blob/main/simplistic_editor