bugfix for current tab merge

This commit is contained in:
Omer
2019-12-03 00:58:12 +02:00

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