1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 14:25:14 +03:00

Put keyboard focus on the 'Close' button of the problems dialog to make

it quicker to dismiss.
This commit is contained in:
Hydra 2021-05-25 13:31:59 +02:00 committed by Dominic Clifton
parent f828cab249
commit 90de7768cf

View file

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