Skip to content

Commit 8f1752a

Browse files
fix: add missing super.initState() call
1 parent 16a8dbc commit 8f1752a

File tree

1 file changed

+1
-0
lines changed
  • frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option

1 file changed

+1
-0
lines changed

frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/select_option.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ class __CreateOptionTextFieldState extends State<_CreateOptionTextField> {
294294
_focusNode.unfocus();
295295
}
296296
});
297+
super.initState();
297298
}
298299

299300
@override

0 commit comments

Comments
 (0)