mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-02 02:21:14 +01:00
closes #6825
This commit is contained in:
@@ -217,7 +217,7 @@ define('chat', [
|
||||
});
|
||||
|
||||
chatModal.on('click', ':not(.close)', function () {
|
||||
taskbar.updateActive(this.getAttribute('data-uuid'));
|
||||
taskbar.updateActive(chatModal.attr('data-uuid'));
|
||||
|
||||
if (dragged) {
|
||||
dragged = false;
|
||||
|
||||
Reference in New Issue
Block a user