mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
fix: add missing super.initState() call
This commit is contained in:
parent
16a8dbc6ce
commit
8f1752a253
1 changed files with 1 additions and 0 deletions
|
|
@ -294,6 +294,7 @@ class __CreateOptionTextFieldState extends State<_CreateOptionTextField> {
|
|||
_focusNode.unfocus();
|
||||
}
|
||||
});
|
||||
super.initState();
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
|
|||
Loading…
Reference in a new issue