- Fare LISTA MOVIMENTI più comprensibile

- Grafica Circuiti
This commit is contained in:
Surya Paolo
2024-10-02 03:46:40 +02:00
parent 1424060813
commit e29de7e0f6
47 changed files with 937 additions and 291 deletions

View File

@@ -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