This commit is contained in:
Lucas Verney 2018-07-03 19:04:54 +02:00
parent 4cd2d49db9
commit dea82f5298
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ export default {
this.onPress(event.latlng);
}
},
onMoveStart(ev) {
onMoveStart() {
if (!this.isProgrammaticMove) {
this.showRecenterButton();
}