xushiting 2 years ago
parent
commit
ee76c3d93a
1 changed files with 3 additions and 0 deletions
  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();