소스 검색

fix: http://192.168.0.21/index.php?m=bug&f=view&bugID=37848

jinx 2 년 전
부모
커밋
5ab72ed8fe
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      server/test/a0k4xu045_202305311600080410/attach/sceneStore
  2. 1 0
      src/graphic/Controls/LocationModeControl.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
server/test/a0k4xu045_202305311600080410/attach/sceneStore


+ 1 - 0
src/graphic/Controls/LocationModeControl.js

@@ -114,6 +114,7 @@ export default class LocationModeControl {
       if (basePointCount == 0) {
         return Msg.UnBasePoint;
       } else if (fixPointCount == 0) {
+        uiService.setSelectLocationMode(null)
         return Msg.UnFixPoint;
       } else if (Settings.baseLineId == null) {
         return Msg.UnBaseLine;