diff --git a/index.html b/index.html index ac1eb08..5c4478b 100644 --- a/index.html +++ b/index.html @@ -153,6 +153,9 @@ window.onload = () => { cliInput.focus(); }; + window.focus = () => { + cliInput.focus(); + };