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