mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-21 01:01:41 +00:00
bugfix for current tab merge
This commit is contained in:
@@ -156,7 +156,9 @@
|
||||
},
|
||||
methods: {
|
||||
onImageClick(event){
|
||||
this.$refs.component.onClick(event);
|
||||
if(this.selectedTab ===1){
|
||||
this.$refs.component.onClick(event);
|
||||
}
|
||||
},
|
||||
toCameraNameChange() {
|
||||
this.newCameraName = this.cameraList[this.currentCameraIndex];
|
||||
|
||||
Reference in New Issue
Block a user