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