Code cleanup

pull/994/head
X Code 2 years ago
parent f8ab567190
commit 5e0a7fd60f
  1. 4
      lib/src/widgets/raw_editor/raw_editor_state_text_input_client_mixin.dart

@ -283,8 +283,8 @@ mixin RawEditorStateTextInputClientMixin on EditorState
@override
void showAutocorrectionPromptRect(int start, int end) {
// this is called VERY OFTEN when editing a document, no longer throw an exception
// throw UnimplementedError();
// this is called VERY OFTEN when editing a document, no longer throw
// an exception
}
@override

Loading…
Cancel
Save