fix handlePick and remove console.log

removed if/else related to b52e02e436
This commit is contained in:
Sergio Crisostomo 2018-01-24 11:34:50 +01:00
parent 71b68751f8
commit bcf09be744
2 changed files with 2 additions and 9 deletions

View file

@ -221,7 +221,6 @@
}
},
selectionMode(type){
console.log('Selection type change!', type);
this.currentView = type || 'range';
}
},