Code cleanup

pull/994/head
X Code 3 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 @override
void showAutocorrectionPromptRect(int start, int end) { void showAutocorrectionPromptRect(int start, int end) {
// this is called VERY OFTEN when editing a document, no longer throw an exception // this is called VERY OFTEN when editing a document, no longer throw
// throw UnimplementedError(); // an exception
} }
@override @override

Loading…
Cancel
Save