diff --git a/js/thread.js b/js/thread.js index 6f25dec..660ee83 100644 --- a/js/thread.js +++ b/js/thread.js @@ -5,6 +5,7 @@ button.addEventListener("click", (e) => { ta.value += button.value; ta.scrollIntoView() + ta.focus(); }) }