xushiting 2 rokov pred
rodič
commit
ee76c3d93a

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