mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +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() {
|
start:function() {
|
||||||
module.bringModalToTop(chatModal);
|
module.bringModalToTop(chatModal);
|
||||||
},
|
},
|
||||||
|
stop:function() {
|
||||||
|
chatModal.find('#chat-message-input').focus();
|
||||||
|
},
|
||||||
handle: '.modal-header'
|
handle: '.modal-header'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user