mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
schedule: Remove 'Schedule' state of compose box.
Fixes #25340 This means that we now schedule the message simply after selecting time if the message is valid. Also, editing scheduled messages will now delete the scheduled message and open compose with scheduled message.
This commit is contained in:
@@ -78,7 +78,6 @@ 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() {
|
||||
|
||||
Reference in New Issue
Block a user