diff --git a/ui/static/ui/button.js b/ui/static/ui/button.js index 8ddbded..0a8354d 100644 --- a/ui/static/ui/button.js +++ b/ui/static/ui/button.js @@ -32,4 +32,6 @@ button.addEventListener("click", event => { .then((data) => { count.innerText = data.pressed; }); -}) \ No newline at end of file +}); + +button.focus(); \ No newline at end of file