Version 1.0.0-rc7.1 - Modif Carousel
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 32s
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 32s
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user