|
@@ -104,6 +104,8 @@ export default class UIControl {
|
|
|
stateService.setEventName(LayerEvents.AddCircle);
|
|
|
} else if (selectUI == UIEvents.Text) {
|
|
|
stateService.setEventName(LayerEvents.AddText);
|
|
|
+ } else if (selectUI == UIEvents.FixPoint) {
|
|
|
+ stateService.setEventName(LayerEvents.addFixPoint);
|
|
|
} else if (selectUI == UIEvents.Magnifier) {
|
|
|
stateService.setEventName(LayerEvents.AddMagnifier);
|
|
|
} else if (SVGType[selectUI]) {
|