xushiting 2 년 전
부모
커밋
5aa2d6118c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/graphic/Controls/UIControl.js

+ 1 - 1
src/graphic/Controls/UIControl.js

@@ -76,7 +76,7 @@ export default class UIControl {
           stateService.setEventName(LayerEvents.AddCircle);
         } else if (selectUI == UIEvents.Text) {
           stateService.setEventName(LayerEvents.AddText);
-        } else if (selectUI == UIEvents.magnifier) {
+        } else if (selectUI == UIEvents.Magnifier) {
           stateService.setEventName(LayerEvents.AddMagnifier);
         } else if (selectUI == UIEvents.SVG) {
           stateService.setEventName(LayerEvents.AddSVG);