mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
This commit make compose_ui.autosize_textarea handle most of the autosize logic of the textarea. It audits for any logic that is trying to do autosize manually and replace it with compose_ui.autosize_textarea. This allows to have better check for when the textarea is autosized. Mainly done this so that we can have a check on #compose-textarea when to autosize and when not to, thus helping to have all the logic in only one function.
18 KiB
18 KiB