export configs pour les images styles & corrections layout diaporamas et modales diaporama

This commit is contained in:
2025-01-23 16:00:05 +01:00
parent aca6c6b011
commit f106602e73
13 changed files with 210 additions and 29 deletions

View File

@@ -51,5 +51,6 @@ export async function pageChange(href, store, siteName, mapStore, baseUrl) {
setActiveNavItem(store.contentType, href);
const listeEtape = document.querySelector('#etapes-liste');
if (!useLayoutStore().isDesktop) useLayoutStore().collapseEtapeListe(listeEtape);
const animationToggle = document.querySelector('#animation-toggle');
if (!useLayoutStore().isDesktop) useLayoutStore().collapseEtapeListe(listeEtape, animationToggle);
}