1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

Merge pull request #2495 from hydra/set-focus-on-problems-dialog

Put keyboard focus on the 'Close' button of the problems dialog.
This commit is contained in:
Michael Keller 2021-06-06 15:00:17 +12:00 committed by GitHub
commit 517393a289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -429,6 +429,7 @@ function checkReportProblems() {
problemDialog.showModal();
$('#dialogReportProblems').scrollTop(0);
$('#dialogReportProblems-closebtn').focus();
}
processUid();