closes #235.
pull/239/head
Till Friebe 4 years ago committed by GitHub
parent f499c478ed
commit 3d6a915d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/src/widgets/raw_editor.dart

@ -680,7 +680,7 @@ class RawEditorState extends EditorState
@override
void userUpdateTextEditingValue(
TextEditingValue value, SelectionChangedCause cause) {
// TODO: implement userUpdateTextEditingValue
updateEditingValue(value);
}
}

Loading…
Cancel
Save