compose: Remove old style compose send disable.

We now use `disabled-message-send-controls` class to control
the disabled status of send button. So, this is not required.
This commit is contained in:
Aman Agrawal
2025-03-21 19:50:00 +05:30
committed by Tim Abbott
parent 753b4e31b9
commit ad0b616bbd
4 changed files with 0 additions and 8 deletions

View File

@@ -40,7 +40,6 @@ import * as user_topics from "./user_topics.ts";
import * as widget_modal from "./widget_modal.ts";
export function abort_xhr() {
$("#compose-send-button").prop("disabled", false);
upload.compose_upload_cancel();
}