mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
focus statpanel content on tab change (#16535)
* focus content on tab change * .
This commit is contained in:
@@ -62,6 +62,7 @@ function createStatusTab(name) {
|
||||
button.onclick = function () {
|
||||
tab_change(name);
|
||||
this.blur();
|
||||
statcontentdiv.focus();
|
||||
};
|
||||
button.id = name;
|
||||
button.textContent = name;
|
||||
|
||||
Reference in New Issue
Block a user