focus statpanel content on tab change (#16535)

* focus content on tab change

* .
This commit is contained in:
Kashargul
2024-10-28 16:11:15 +01:00
committed by GitHub
parent 9e7b7290cb
commit 0e62a8a6ad
+1
View File
@@ -62,6 +62,7 @@ function createStatusTab(name) {
button.onclick = function () {
tab_change(name);
this.blur();
statcontentdiv.focus();
};
button.id = name;
button.textContent = name;