Unverified Commit e1534725 authored by Ahmed Ashour's avatar Ahmed Ashour Committed by GitHub

Fix typo in comment (#85938)

parent b25f48ba
......@@ -2281,7 +2281,7 @@ class EditableTextState extends State<EditableText> with AutomaticKeepAliveClien
@pragma('vm:notify-debugger-on-exception')
void _formatAndSetValue(TextEditingValue value, SelectionChangedCause? cause, {bool userInteraction = false}) {
// Only apply input formatters if the text has changed (including uncommited
// Only apply input formatters if the text has changed (including uncommitted
// text in the composing region), or when the user committed the composing
// text.
// Gboard is very persistent in restoring the composing region. Applying
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment