Skip to content

Commit

Permalink
PB-199: Remove unused comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni committed Nov 20, 2024
1 parent 9ee8ee1 commit de947a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/drawing/components/AddVertexButtonOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const onFirstButtonMounted = (buttonElement) => {
element: buttonElement,
positioning: 'center-center',
stopEvent: true,
offset: [-25, -25], // TODO: make this dynamic according to the next point
offset: [-25, -25],
})
olMap.addOverlay(firstButtonOverlay.value)
updateButtonPositions()
Expand All @@ -80,7 +80,7 @@ const onLastButtonMounted = (buttonElement) => {
element: buttonElement,
positioning: 'center-center',
stopEvent: true,
offset: [-25, -25], // TODO: make this dynamic according to the next point
offset: [-25, -25],
})
olMap.addOverlay(lastButtonOverlay.value)
updateButtonPositions()
Expand Down

0 comments on commit de947a1

Please sign in to comment.