bugfix for correct tab

This commit is contained in:
Unknown
2019-12-03 00:54:23 +02:00
parent b4e4f7b57c
commit 5e96491953

View File

@@ -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];