Version 1.0.0-rc7 - Modification Carousel
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 31s

This commit is contained in:
2025-08-29 15:29:02 +02:00
parent 3c9fca85e3
commit 595e0b9cf9

View File

@@ -131,7 +131,7 @@ function updateSlots() {
return; return;
} else { } else {
if(window.innerWidth > 769 && window.innerHeight > 607) { 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 actualIndex.value = 0; // Reset index when resizing to desktop
} }
} }