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:
commit
517393a289
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ function checkReportProblems() {
|
|||
|
||||
problemDialog.showModal();
|
||||
$('#dialogReportProblems').scrollTop(0);
|
||||
$('#dialogReportProblems-closebtn').focus();
|
||||
}
|
||||
|
||||
processUid();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue