diff --git a/plugins/chat/assets/javascripts/discourse/components/chat-composer.hbs b/plugins/chat/assets/javascripts/discourse/components/chat-composer.hbs index 4402a8d2760..7540dfed5ba 100644 --- a/plugins/chat/assets/javascripts/discourse/components/chat-composer.hbs +++ b/plugins/chat/assets/javascripts/discourse/components/chat-composer.hbs @@ -21,7 +21,7 @@ (if this.isFocused "is-focused") (if this.pane.sending "is-sending") (if this.sendEnabled "is-send-enabled" "is-send-disabled") - (if this.disabled "is-disabled") + (if this.disabled "is-disabled" "is-enabled") }} {{did-update this.didUpdateMessage this.currentMessage}} {{did-update this.didUpdateInReplyTo this.currentMessage.inReplyTo}} @@ -73,7 +73,7 @@