bill пре 9 месеци
родитељ
комит
62743cece1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/scene/photo.vue

+ 1 - 1
src/views/scene/photo.vue

@@ -132,7 +132,7 @@ const photo = async () => {
       }
       tempPhoto.value = null;
       const fixMeasures = fixPoints.value
-        .filter((fix) => fix.measure && fix.lines)
+        .filter((fix) => fix.lines)
         .map((fix) => {
           return fix.lines.reduce(
             (t, line) => t.concat({ dis: line.dis, pos: getCurrentScreens(line.points) }),