Version 1.0.0-rc7 - Modification Carousel
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 31s
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 31s
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