Remove useless FocusScope

This commit is contained in:
Vishesh Handa
2020-08-21 11:02:36 +02:00
parent 7e7503ca2f
commit 3fd418ce29

View File

@ -40,7 +40,6 @@ class _MyExampleWidgetState extends State<MyExampleWidget> {
@override
Widget build(BuildContext context) {
FocusScope.of(context).nextFocus();
return GraphStackView(graph);
/*
return CanvasTouchDetector(