diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-03-20 15:50:52 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-03-20 15:50:52 -0400 |
| commit | d08b6642ecc9aa87bde761f828120eb8efa07365 (patch) | |
| tree | 81eddaaf19e2d53a0857580e1e663cd9436325ab /docs/repl.js | |
| parent | 6725e49e3a0ad356c1de12d73abea5d712a2883b (diff) | |
Autofocus tweaks
Diffstat (limited to 'docs/repl.js')
| -rw-r--r-- | docs/repl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/repl.js b/docs/repl.js index 6b6e1332..0627d87e 100644 --- a/docs/repl.js +++ b/docs/repl.js @@ -159,5 +159,6 @@ if (location.hash) { setcount(doc.code.value = (new TextDecoder()).decode(b)); if (ee && doc.doexplain) doc.doexplain.onclick(); if (run) repl(); + doc.code.focus(); } } |
