- Fare LISTA MOVIMENTI più comprensibile
- Grafica Circuiti
This commit is contained in:
@@ -203,7 +203,7 @@ export default defineComponent({
|
||||
|
||||
|
||||
watch(() => indstep.value, (newval: number, oldval: number) => {
|
||||
if (indstep.value >= 0)
|
||||
if (indstep.value >= 0 && arrStep.value.length >indstep.value && arrStep.value[indstep.value])
|
||||
step.value = arrStep.value[indstep.value].step
|
||||
else
|
||||
step.value = 0
|
||||
|
||||
Reference in New Issue
Block a user