Explorar o código

Merge branch 'master' of http://192.168.0.115:3000/bill/traffic-laser

bill %!s(int64=2) %!d(string=hai) anos
pai
achega
de31ab758c

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
server/test/a0k4xu045_202305311600080410/attach/sceneStore


+ 3 - 1
src/graphic/Controls/MovePoint.js

@@ -70,7 +70,9 @@ export default class MovePoint {
           let line = dataService.getLine(key);
           let startPoint = dataService.getPoint(line.startId);
           let endPoint = dataService.getPoint(line.endId);
-          if (mathUtil.getDistance(startPoint, endPoint) == 0) {
+          if (
+            mathUtil.getDistance(startPoint, endPoint) == 0 
+          ) {
             pointService.deletePoint(pointId);
           }
         }