fossasia / susi_chromebot

SUSI.AI Chrome Extension
GNU Lesser General Public License v2.1
1.54k stars 139 forks source link

Fixes #431 Make textarea expand automatically #432

Open satyamtg opened 5 years ago

satyamtg commented 5 years ago

Fixes #431

Checklist

Short description of what this resolves:

This makes the textarea to type messages expand and contract vertically according to the size of message which is being typed in real time. This makes reviewing the messages before posting them easier as compared to previous scrollbar implementation.

expected

Changes proposed in this pull request:

-Make textarea to type messages expand and contract vertically according to the size of the message being typed.