Skip to content

Commit

Permalink
fix: prop "showed" in popup caused cyclic issue
Browse files Browse the repository at this point in the history
Thanks @helenezspeer for PR #203

Co-Authored-By: helenezspeer <5831237+helenezspeer@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni and helenezspeer committed Jan 29, 2021
1 parent 7acc5a2 commit 0854318
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/UI/Popup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@
showed(next, prev) {
if (next !== prev) {
this.open = next;
if (this.marker) {
this.marker.togglePopup();
}
}
},
},
Expand Down Expand Up @@ -223,10 +220,6 @@
}
if (this.showed) {
this.open = true;
if (this.marker) {
this.marker.togglePopup();
}
}
},
Expand Down

0 comments on commit 0854318

Please sign in to comment.