send image without caption
This commit is contained in:
parent
c747468ebf
commit
7ef380678c
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user