mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +08:00
Remove useless FocusScope
This commit is contained in:
@ -40,7 +40,6 @@ class _MyExampleWidgetState extends State<MyExampleWidget> {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
FocusScope.of(context).nextFocus();
|
||||
return GraphStackView(graph);
|
||||
/*
|
||||
return CanvasTouchDetector(
|
||||
|
Reference in New Issue
Block a user