after drag focus input in chat, closes #924

v1.18.x
Baris Soner Usakli 11 years ago
parent 6c2a74bd38
commit 63a3bfd51d

@ -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'
});

Loading…
Cancel
Save