Version 1.0.0-rc7.1 - Modif Carousel
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 32s

This commit is contained in:
2025-08-29 15:31:29 +02:00
parent 595e0b9cf9
commit 807f784ca5

View File

@@ -131,7 +131,7 @@ function updateSlots() {
return;
} else {
if(window.innerWidth > 769 && window.innerHeight > 607) {
if(actualComponent.value.props.mobile) {
if (actualComponent.value?.props?.mobile) {
actualIndex.value = 0; // Reset index when resizing to desktop
}
}