Browse Source

Resize on send

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

+ 1
- 0
pico.js View File

@@ -170,6 +170,7 @@ const TextBox = {
wire({kind: 'post', value: textbox.value})
textbox.value = ''
textbox.focus()
TextBox.autoSize()
}
},
blockIndent: (text, iStart, iEnd, nLevels) => {

Loading…
Cancel
Save