Parcourir la source

Resize on send

master
Roderic Day il y a 5 ans
Parent
révision
8177e4fc28
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      pico.js

+ 1
- 0
pico.js Voir le fichier

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

Chargement…
Annuler
Enregistrer