Format code

pull/526/head
X Code 3 years ago
parent 46f29a2a9b
commit e5fe8a9871
  1. 2
      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,

Loading…
Cancel
Save