|
@@ -82832,8 +82832,11 @@ void main()
|
|
|
}
|
|
|
if(this.clickSelected)return
|
|
|
this.setSelected(true, 'focus');
|
|
|
- dontEmit || this.dispatchEvent({type:'selected', state:true});
|
|
|
+
|
|
|
this.clickSelected = true;
|
|
|
+ dontEmit || this.dispatchEvent({type:'selected', state:true});
|
|
|
+
|
|
|
+
|
|
|
if(this.measureType == 'MulDistance_shape'){
|
|
|
this.markers.forEach(e=>e.visible = true);
|
|
|
}
|
|
@@ -96900,7 +96903,7 @@ ENDSEC
|
|
|
}
|
|
|
|
|
|
changeImg(img, pano){
|
|
|
- console.warn('changeImg', pano.id);
|
|
|
+ //console.warn('changeImg', pano.id)
|
|
|
this.pano = pano;
|
|
|
let item = this.imgDatas.find(p=>p.pano == pano);
|
|
|
if(/* this.img == img || */item){
|