Skip to content

Commit

Permalink
refactor(map-view.js): improve code and outsource tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Jul 17, 2021
1 parent 75f99e3 commit 60829c4
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 136 deletions.
1 change: 0 additions & 1 deletion src/fragments/map-view/MapView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
</template>
<template v-if="displayActiveRouteData">
<ors-l-polyline :draggable="isPolylineDraggable"
@followPolyline="followPolyline"
@rightClicked="mapRightClick"
:focused-poly-index="highlightedRoutePointIndex"
@addStopViaPolylineDrag="addStopViaPolylineDrag"
Expand Down

0 comments on commit 60829c4

Please sign in to comment.