after drag focus input in chat, closes #924

This commit is contained in:
Baris Soner Usakli
2014-01-31 21:13:56 -05:00
parent 6c2a74bd38
commit 63a3bfd51d

View File

@@ -123,6 +123,9 @@ define(['taskbar', 'string'], function(taskbar, S) {
start:function() {
module.bringModalToTop(chatModal);
},
stop:function() {
chatModal.find('#chat-message-input').focus();
},
handle: '.modal-header'
});