Skip to content

Commit

Permalink
fix: keep poi card open on mobile explorer mode #401
Browse files Browse the repository at this point in the history
  • Loading branch information
wazolab committed Oct 30, 2024
1 parent ad5b825 commit 81aaf67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/Home/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -412,9 +412,6 @@ function toggleExploreAroundSelectedPoi(feature?: ApiPoi) {
if (!isModeExplorer.value) {
mode.value = Mode.EXPLORER
goToSelectedFeature()
if (device.value.smallScreen)
isPoiCardShown.value = false
}
else {
allowRegionBackZoom.value = false
Expand Down

0 comments on commit 81aaf67

Please sign in to comment.