mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user