From 3fd418ce295eac4fdd5194a70d57d1e3d435a20b Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Fri, 21 Aug 2020 11:02:36 +0200 Subject: [PATCH] Remove useless FocusScope --- lib/main_graph.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/main_graph.dart b/lib/main_graph.dart index bc2f5b29..4c104218 100644 --- a/lib/main_graph.dart +++ b/lib/main_graph.dart @@ -40,7 +40,6 @@ class _MyExampleWidgetState extends State { @override Widget build(BuildContext context) { - FocusScope.of(context).nextFocus(); return GraphStackView(graph); /* return CanvasTouchDetector(