mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-20 14:10:15 +02:00
closes #6655
This commit is contained in:
@@ -215,7 +215,7 @@ define('chat', [
|
||||
module.minimize(uuid);
|
||||
});
|
||||
|
||||
chatModal.on('click', function () {
|
||||
chatModal.on('click', ':not(.close)', function () {
|
||||
taskbar.updateActive(this.getAttribute('data-uuid'));
|
||||
|
||||
if (dragged) {
|
||||
|
||||
Reference in New Issue
Block a user