Skip to content

Commit ccff4ac

Browse files
Fixed compilation issue after Flutter upgrade
1 parent 3256bf7 commit ccff4ac

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

super_editor/example_chat/lib/message_page_scaffold_demo/demo_chaos_monkey_message_page.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,4 +504,10 @@ class _InvisibleTextInputClient implements TextInputClient {
504504
void updateFloatingCursor(RawFloatingCursorPoint point) {
505505
// TODO: implement updateFloatingCursor
506506
}
507+
508+
@override
509+
bool onFocusReceived() {
510+
// TODO: implement onFocusReceived
511+
throw UnimplementedError();
512+
}
507513
}

0 commit comments

Comments
 (0)