Skip to content

Commit

Permalink
Improve accessibility by setting initial focus on the reporting quest…
Browse files Browse the repository at this point in the history
…ionnaire
  • Loading branch information
evilaliv3 committed Jan 11, 2024
1 parent 0b37d0c commit 6b3f9ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/app/js/controllers/submission.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ GL.controller("SubmissionCtrl",
$scope.$on("GL::uploadsUpdated", function () {
fieldUtilities.onAnswersUpdate($scope);
});

$scope.Utils.scrollTo("#SubmissionForm");
});
}]).
controller("AdditionalQuestionnaireCtrl",
Expand Down

0 comments on commit 6b3f9ce

Please sign in to comment.