mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
after drag focus input in chat, closes #924
This commit is contained in:
@@ -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'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user