Focus text input when opening a conversation

pull/749/head
lilia 10 years ago
parent ebc8846fcb
commit 24768712e0

@ -28,6 +28,7 @@
new bg.Whisper.ConversationView({
model: conversation
}).$el.prependTo($('body', document));
$('input.send-message', document).focus();
} else {
$('<div>').text('Error').prependTo($('body', document));
}

Loading…
Cancel
Save