all focus on button
This commit is contained in:
@@ -32,4 +32,6 @@ button.addEventListener("click", event => {
|
|||||||
.then((data) => {
|
.then((data) => {
|
||||||
count.innerText = data.pressed;
|
count.innerText = data.pressed;
|
||||||
});
|
});
|
||||||
})
|
});
|
||||||
|
|
||||||
|
button.focus();
|
||||||
Reference in New Issue
Block a user