Roderic Day преди 5 години
родител
ревизия
7c632a9186
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. +2
    -1
      pico.js

+ 2
- 1
pico.js Целия файл

@@ -161,7 +161,8 @@ const scrollIntoView = (vnode) => {
}
const TextBox = {
autoSize: () => {
textbox.rows = textbox.value.split('\n').length
textbox.style.height = `0px`
textbox.style.height = `${textbox.scrollHeight}px`
},
sendPost: () => {
if(textbox.value) {

Loading…
Отказ
Запис