mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
only drag chat modal from header
This commit is contained in:
@@ -131,7 +131,8 @@ define(['taskbar', 'string'], function(taskbar, S) {
|
||||
chatModal.draggable({
|
||||
start:function() {
|
||||
module.bringModalToTop(chatModal);
|
||||
}
|
||||
},
|
||||
handle: '.modal-header'
|
||||
});
|
||||
|
||||
chatModal.find('#chat-with-name').html(username);
|
||||
|
||||
Reference in New Issue
Block a user