mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-24 02:02:22 -05:00
Fix: Contact status
This commit is contained in:
parent
4a48e16441
commit
b04f96a397
@ -127,6 +127,7 @@ module.exports = BasePage.extend({
|
||||
if (e.which === 13 && !e.shiftKey) {
|
||||
app.composing[this.model.jid] = '';
|
||||
this.sendChat();
|
||||
this.sendChatState('active');
|
||||
e.preventDefault();
|
||||
return false;
|
||||
} else if (e.which === 38 && this.$chatInput.val() === '' && this.model.lastSentMessage) {
|
||||
|
Loading…
Reference in New Issue
Block a user