dev #90

Merged
ksenia_mikhailova merged 20 commits from dev into main 2025-03-20 14:15:19 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e3814b150c - Show all commits

View File

@ -74,7 +74,7 @@ set_material(planki.value, getColorHexFromRal(lamelle_color.value));
</script>
<template>
<Suspense>
<TresGroup :position-y="globalFenceType && globalFenceType.type == 'aristo' ? -2 : -3.5" :scale="2"
<TresGroup :position-y="!globalFenceType || globalFenceType.type == 'aristo' ? -2 : -3.5" :scale="2"
:key="globalFenceType?.type">
<ModelItem :model="kosynka" :target="explosion_state ? targetExplosion.kosynka : [0, 0, 0]" />
<ModelItem :model="krepleniye_planok"