ajout du module images flush

This commit is contained in:
2025-01-23 16:24:43 +01:00
parent f106602e73
commit 42fb439e3d
4 changed files with 54 additions and 3 deletions

View File

@@ -121,8 +121,6 @@ const close = () => {
};
function checkOutsideClick(target) {
console.log(target);
if (target.classList.contains('swiper-wrapper')
|| target.tagName === 'SWIPER-SLIDE'
|| target.tagName === 'FIGURE') {