Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
singerdmx committed Oct 27, 2022
1 parent f8ab567 commit 5e0a7fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e0a7fd

Please sign in to comment.