Browse Source

Quick scrollfix

master
Roderic Day 5 years ago
parent
commit
4db470cbf8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pico.js

+ 1
- 1
pico.js View File

@@ -228,7 +228,7 @@ const TextBox = {
autoFocus(vnode)
},
onkeydown: TextBox.hotKey,
onkeyup: TextBox.autoSize,
oninput: TextBox.autoSize,
}),
m('button', {
onclick: ({target}) => {

Loading…
Cancel
Save