From 5e0a7fd60fe8fd531ca339b7a88f1a526b10d700 Mon Sep 17 00:00:00 2001 From: X Code Date: Wed, 26 Oct 2022 21:53:02 -0700 Subject: [PATCH] Code cleanup --- .../raw_editor/raw_editor_state_text_input_client_mixin.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/widgets/raw_editor/raw_editor_state_text_input_client_mixin.dart b/lib/src/widgets/raw_editor/raw_editor_state_text_input_client_mixin.dart index a72fb88e..5eced2bf 100644 --- a/lib/src/widgets/raw_editor/raw_editor_state_text_input_client_mixin.dart +++ b/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