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:
Scott Nonnenberg 2017-08-16 13:58:07 -07:00
parent 680f7d8b57
commit 675d41843e

View file

@ -961,6 +961,8 @@
console.log('Error pulling attached files before send');
this.focusMessageField();
}.bind(this));
} else {
this.focusMessageField();
}
},