mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-27 07:04:08 +00:00
fix: add missing super.initState() call
This commit is contained in:
parent
16a8dbc6ce
commit
8f1752a253
@ -294,6 +294,7 @@ class __CreateOptionTextFieldState extends State<_CreateOptionTextField> {
|
||||
_focusNode.unfocus();
|
||||
}
|
||||
});
|
||||
super.initState();
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user