diff --git a/qortal-ui-plugins/plugins/core/components/ChatTextEditor.js b/qortal-ui-plugins/plugins/core/components/ChatTextEditor.js index 9d1efcdc..2315d609 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatTextEditor.js +++ b/qortal-ui-plugins/plugins/core/components/ChatTextEditor.js @@ -603,7 +603,7 @@ class ChatTextEditor extends LitElement { } sendMessageFunc(props) { - if(this.editor.isEmpty) return + if(this.editor.isEmpty && this.iframeId !== 'newChat') return this.getMessageSize(this.editor.getJSON()) if (this.chatMessageSize > 4000 ) { parentEpml.request('showSnackBar', get("chatpage.cchange29"));