Re-enable message box if enter pressed with no text/files
Previously the message would stay disabled until the user clicked with the mouse. FREEBIE
This commit is contained in:
parent
680f7d8b57
commit
675d41843e
1 changed files with 2 additions and 0 deletions
|
@ -961,6 +961,8 @@
|
|||
console.log('Error pulling attached files before send');
|
||||
this.focusMessageField();
|
||||
}.bind(this));
|
||||
} else {
|
||||
this.focusMessageField();
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue