|
@@ -1214,16 +1214,16 @@ export default class ListenLayer {
|
|
this.modifyPoint.index
|
|
this.modifyPoint.index
|
|
);
|
|
);
|
|
} else if (this.modifyPoint.magnifierId) {
|
|
} else if (this.modifyPoint.magnifierId) {
|
|
- if (this.modifyPoint.index == 0) {
|
|
|
|
|
|
+ // if (this.modifyPoint.index == 0) {
|
|
//点击隐藏的放大镜不显示
|
|
//点击隐藏的放大镜不显示
|
|
stateService.setSelectItem(
|
|
stateService.setSelectItem(
|
|
this.modifyPoint.magnifierId,
|
|
this.modifyPoint.magnifierId,
|
|
VectorType.Magnifier,
|
|
VectorType.Magnifier,
|
|
this.modifyPoint.index
|
|
this.modifyPoint.index
|
|
);
|
|
);
|
|
- } else {
|
|
|
|
|
|
+ // } else {
|
|
stateService.setSelectState(this.modifyPoint.index);
|
|
stateService.setSelectState(this.modifyPoint.index);
|
|
- }
|
|
|
|
|
|
+ // }
|
|
} else if (this.modifyPoint.linkedEdgeId) {
|
|
} else if (this.modifyPoint.linkedEdgeId) {
|
|
stateService.setSelectItem(
|
|
stateService.setSelectItem(
|
|
this.modifyPoint.linkedEdgeId,
|
|
this.modifyPoint.linkedEdgeId,
|