mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 22:35:17 +03:00
Put keyboard focus on the 'Close' button of the problems dialog to make
it quicker to dismiss.
This commit is contained in:
parent
f828cab249
commit
90de7768cf
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ function checkReportProblems() {
|
||||||
|
|
||||||
problemDialog.showModal();
|
problemDialog.showModal();
|
||||||
$('#dialogReportProblems').scrollTop(0);
|
$('#dialogReportProblems').scrollTop(0);
|
||||||
|
$('#dialogReportProblems-closebtn').focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
processUid();
|
processUid();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue