This commit is contained in:
jantunesmessias 2025-02-14 11:00:18 -03:00
parent c7483d4676
commit 5845538518
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ class _VehiclePageState extends State<VehiclePage>
_model.handleEditingChanged(false);
}
if (isFirst) {
FocusScope.of(context).nextFocus();
setState(() {});
}
}