diff --git a/components/calc/values.vue b/components/calc/values.vue index e7910f3..cd65ad7 100644 --- a/components/calc/values.vue +++ b/components/calc/values.vue @@ -19,6 +19,7 @@ const section_count = use_section_count() const extra_section = use_extra_section() const total_length = use_total_length() const min_length = use_min_length() +const globalFenceType = useGlobalFenceType() if (!pillar_color.value) { const r = Math.floor(Math.random() * predefPillarColors.length) @@ -205,7 +206,8 @@ const calc_table = computed(() => { :goto_cam="new Vector3(1, 2, -1)" /> diff --git a/components/dropdown/list.vue b/components/dropdown/list.vue index 2aa0af9..d553083 100644 --- a/components/dropdown/list.vue +++ b/components/dropdown/list.vue @@ -1,24 +1,39 @@