details
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-02-25 16:40:53 +01:00
parent 494dd15166
commit d0b21ac4bb
6 changed files with 59 additions and 88 deletions

View file

@ -17,7 +17,7 @@ export function initDropdowns(responsiveSmall) {
if (!trigger) return;
// Empêche la fermeture au clic dans le contenu des dropdowns contenant .modal--share
if (dropdown.querySelector('.modal--share') && content) {
content.addEventListener('click', (e) => {