<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you have found a bug or if our documentation doesn't have an answer to what you're looking for, then fill out the template below. Please read our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports --> ## Steps to Reproduce <!-- Please include full steps to reproduce so that we can reproduce the problem. --> 1. Run https://flutter.github.io/samples/web/simplistic_editor/#/ in a browser 2. Set cursor on right after first character (after 'T') 3. Hit `suppr`on 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