We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25f48b commit e153472Copy full SHA for e153472
packages/flutter/lib/src/widgets/editable_text.dart
@@ -2281,7 +2281,7 @@ class EditableTextState extends State<EditableText> with AutomaticKeepAliveClien
2281
2282
@pragma('vm:notify-debugger-on-exception')
2283
void _formatAndSetValue(TextEditingValue value, SelectionChangedCause? cause, {bool userInteraction = false}) {
2284
- // Only apply input formatters if the text has changed (including uncommited
+ // Only apply input formatters if the text has changed (including uncommitted
2285
// text in the composing region), or when the user committed the composing
2286
// text.
2287
// Gboard is very persistent in restoring the composing region. Applying
0 commit comments