Sfoglia il codice sorgente

Resize on send

master
Roderic Day 5 anni fa
parent
commit
8177e4fc28
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      pico.js

+ 1
- 0
pico.js Vedi 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…
Annulla
Salva