This commit is contained in:
Lucas Verney 2018-07-03 19:04:54 +02:00
parent 4cd2d49db9
commit dea82f5298

View File

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