| } | } | ||||
| const TextBox = { | const TextBox = { | ||||
| autoSize: () => { | autoSize: () => { | ||||
| textbox.rows = textbox.value.split('\n').length | |||||
| textbox.style.height = `0px` | |||||
| textbox.style.height = `${textbox.scrollHeight}px` | |||||
| }, | }, | ||||
| sendPost: () => { | sendPost: () => { | ||||
| if(textbox.value) { | if(textbox.value) { |