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
pull/749/head
Scott Nonnenberg 8 years ago
parent 680f7d8b57
commit 675d41843e

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

Loading…
Cancel
Save