xushiting %!s(int64=2) %!d(string=hai) anos
pai
achega
434865bbe0
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/graphic/Service/PointService.js

+ 3 - 0
src/graphic/Service/PointService.js

@@ -108,6 +108,9 @@ export default class PointService {
       }
     }
     dataService.deletePoint(basePointId);
+    if (Settings.selectBasePointId == basePointId) {
+      uiService.setSelectBasePointId(null);
+    }
   }
 
   deleteFixPoint(fixPointId) {