compose: Add UI to schedule messages.

Fixes #20971
This commit is contained in:
Aman Agrawal
2023-04-14 19:34:41 +00:00
committed by Tim Abbott
parent a4a8fd7bf3
commit ff52187289
15 changed files with 367 additions and 16 deletions

View File

@@ -120,6 +120,7 @@ function clear_box() {
compose_ui.autosize_textarea($("#compose-textarea"));
compose_banner.clear_errors();
compose_banner.clear_warnings();
compose.reset_compose_scheduling_state();
}
export function autosize_message_content() {