diff --git a/lib/src/widgets/raw_editor.dart b/lib/src/widgets/raw_editor.dart index daa9563b..9502060a 100644 --- a/lib/src/widgets/raw_editor.dart +++ b/lib/src/widgets/raw_editor.dart @@ -734,7 +734,7 @@ class RawEditorState extends EditorState case TargetPlatform.fuchsia: case TargetPlatform.linux: case TargetPlatform.windows: - // Collapse the selection and hide the toolbar and handles. + // Collapse the selection and hide the toolbar and handles. userUpdateTextEditingValue( TextEditingValue( text: textEditingValue.text,