mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +08:00
ChecklistEditor: Do not manually destroy the focus nodes
The focus node will dispose themselves
This commit is contained in:
@ -70,8 +70,6 @@ class ChecklistEditorState extends State<ChecklistEditor>
|
||||
@override
|
||||
void dispose() {
|
||||
_titleTextController.dispose();
|
||||
focusNodes.values.forEach((fn) => fn.dispose());
|
||||
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user