ソースを参照

Resize on send

master
Roderic Day 5年前
コミット
8177e4fc28
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      pico.js

+ 1
- 0
pico.js ファイルの表示

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

読み込み中…
キャンセル
保存