4,114
edits
No edit summary |
No edit summary |
||
Line 563: | Line 563: | ||
var isOnCard = $(event.target).closest('.card, .list-card').length > 0; | var isOnCard = $(event.target).closest('.card, .list-card').length > 0; | ||
if (isOutsideWrapper && !isOnCard) { | if (!areFiltersActive) { | ||
if (isOutsideWrapper && !isOnCard) { | |||
console.log('Closing modal from outside wrapper and not on card'); | |||
$('#list, #list-list, #list-list-1, #list-list-2, #list-list-3, #list-block-1, #list-block-2, #list-block-3').removeClass('fade-out'); | |||
showArticleWrapper.css('display', 'none'); | |||
closeModal(); // Use closeModal() for cleanup | |||
} | |||
} | } | ||
}); | }); |