xushiting 2 년 전
부모
커밋
ee76c3d93a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/draw-file/board/editCAD/Controls/UIControl.js

+ 3 - 0
src/views/draw-file/board/editCAD/Controls/UIControl.js

@@ -106,6 +106,9 @@ export default class UIControl{
                 else if(type == VectorType.Image){
                     floorplanService.updateBgImage(value);
                 }
+                else if(type == VectorType.Compass){
+                    floorplanService.updateCompass(value);
+                }
                 break;
         }
         stateService.clearFocusItem();