This website works better with JavaScript.
Home
Explore
Help
Sign In
roderic
/
pico.chat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Quick scrollfix
master
Roderic Day
5 years ago
parent
7c632a9186
commit
4db470cbf8
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
pico.js
+ 1
- 1
pico.js
View File
@@ -228,7 +228,7 @@ const TextBox = {
autoFocus(vnode)
},
onkeydown: TextBox.hotKey,
on
keyup
: TextBox.autoSize,
on
input
: TextBox.autoSize,
}),
m('button', {
onclick: ({target}) => {
Write
Preview
Loading…
Cancel
Save