Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
feat: add visual feedback when selecting region
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbrgl committed May 18, 2019
1 parent c78060c commit df16ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default {
this.highlightedIndex = 0;
},
onSelectRegion(region = this.filteredRegions[this.highlightedIndex]) {
this.value = region.name;
const updatedCookieString = this.cookieString
.split(':')
.map((paramString) => {
Expand Down

0 comments on commit df16ff8

Please sign in to comment.