mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] focus statpanel content on tab change (#9337)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4597d3338f
commit
4d91a0fe19
@@ -62,6 +62,7 @@ function createStatusTab(name) {
|
|||||||
button.onclick = function () {
|
button.onclick = function () {
|
||||||
tab_change(name);
|
tab_change(name);
|
||||||
this.blur();
|
this.blur();
|
||||||
|
statcontentdiv.focus();
|
||||||
};
|
};
|
||||||
button.id = name;
|
button.id = name;
|
||||||
button.textContent = name;
|
button.textContent = name;
|
||||||
|
|||||||
Reference in New Issue
Block a user