mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
compose_tooltip: Remove delay for invalid messages.
Does what714def080fwas trying to do without the side effects. Fixes:714def080f
This commit is contained in:
committed by
Tim Abbott
parent
58f16468ca
commit
54fd02b173
@@ -76,7 +76,7 @@ export function initialize() {
|
||||
compose_validate.update_send_button_status();
|
||||
});
|
||||
$("#compose-send-button").on("mouseleave", () => {
|
||||
$(".message-send-controls").removeClass("disabled-message-send-controls");
|
||||
$("#compose-send-button").removeClass("disabled-message-send-controls");
|
||||
});
|
||||
|
||||
$("textarea#compose-textarea").on("input propertychange", () => {
|
||||
|
||||
Reference in New Issue
Block a user