minor fixes
This commit is contained in:
parent
91e9b9c237
commit
6be354d049
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ let lastTime = Date.now();
|
|||
function handle(e) {
|
||||
if (form.elements[e.type + 'Ignore'].checked) return;
|
||||
|
||||
area.scrollTop = 1e6;
|
||||
|
||||
let text = e.type +
|
||||
' key=' + e.key +
|
||||
' code=' + e.code +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue