Skip to content

Commit

Permalink
reset alt on position update
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouzekri committed Aug 17, 2017
1 parent f785513 commit fe876e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GmaltResult.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
watch: {
position () {
this.address = ''
this.alt = ''
if (this.lng && this.lat) {
const requestedPosition = this.position
GeocodeService
Expand Down

0 comments on commit fe876e7

Please sign in to comment.