|
@@ -1319,12 +1319,6 @@ export default class ListenLayer {
|
|
|
VectorType.Text,
|
|
|
SelectState.Select
|
|
|
);
|
|
|
- } else if (this.modifyPoint.svgId) {
|
|
|
- stateService.setSelectItem(
|
|
|
- this.modifyPoint.svgId,
|
|
|
- VectorType.SVG,
|
|
|
- this.modifyPoint.index
|
|
|
- );
|
|
|
} else if (this.modifyPoint.magnifierId) {
|
|
|
// if (this.modifyPoint.index == 0) {
|
|
|
//点击隐藏的放大镜不显示
|
|
@@ -1336,6 +1330,12 @@ export default class ListenLayer {
|
|
|
// } else {
|
|
|
stateService.setSelectState(this.modifyPoint.index);
|
|
|
// }
|
|
|
+ } else if (this.modifyPoint.svgId) {
|
|
|
+ stateService.setSelectItem(
|
|
|
+ this.modifyPoint.svgId,
|
|
|
+ VectorType.SVG,
|
|
|
+ this.modifyPoint.index
|
|
|
+ );
|
|
|
} else if (this.modifyPoint.linkedEdgeId) {
|
|
|
stateService.setSelectItem(
|
|
|
this.modifyPoint.linkedEdgeId,
|