fixed problem with clear points in single point calibration

This commit is contained in:
Omer
2019-12-05 23:01:27 +02:00
parent 7bec1bfdfe
commit 2040620270
3 changed files with 11 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
props: ['rawPoint'],
methods: {
clearPoint() {
this.handleInput('point', [0, 0]);
this.handleInput('point', []);
this.$emit('update');
},
takePoint() {