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();