|
@@ -861,8 +861,11 @@ export class Measure extends ctrlPolygon{
|
|
}
|
|
}
|
|
if(this.clickSelected)return
|
|
if(this.clickSelected)return
|
|
this.setSelected(true, 'focus')
|
|
this.setSelected(true, 'focus')
|
|
- dontEmit || this.dispatchEvent({type:'selected', state:true})
|
|
|
|
|
|
+
|
|
this.clickSelected = true
|
|
this.clickSelected = true
|
|
|
|
+ dontEmit || this.dispatchEvent({type:'selected', state:true})
|
|
|
|
+
|
|
|
|
+
|
|
if(this.measureType == 'MulDistance_shape'){
|
|
if(this.measureType == 'MulDistance_shape'){
|
|
this.markers.forEach(e=>e.visible = true)
|
|
this.markers.forEach(e=>e.visible = true)
|
|
}
|
|
}
|