all focus on button

This commit is contained in:
ducoterra
2020-04-24 20:50:23 -04:00
parent b8faf538be
commit fd42b38c23

View File

@@ -32,4 +32,6 @@ button.addEventListener("click", event => {
.then((data) => {
count.innerText = data.pressed;
});
})
});
button.focus();