resize: Rename reset_compose_textarea_max_height.

This no logner just resets the max-height of compose-textarea
but also preview_message_area.
This commit is contained in:
Aman Agrawal
2022-02-02 05:06:56 +00:00
committed by Tim Abbott
parent adf8446b51
commit a38b11d188
5 changed files with 10 additions and 10 deletions

View File

@@ -669,7 +669,7 @@ export function initialize() {
$("#compose .preview_content"),
content,
);
resize.reset_compose_textarea_max_height();
resize.reset_compose_message_max_height();
});
$("#compose").on("click", ".undo_markdown_preview", (e) => {