Skip to content

Commit

Permalink
refactor: clean useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlitaBernachot committed Nov 20, 2024
1 parent ad54423 commit 69ea894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/draw/feature-measurements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ watchEffect(() => {
function onClickValidateRadius(radius: number) {
if (feature.value) {
/* useEdit().setRadius(feature.value as DrawnFeature, Number(radius))*/
setRadius(feature.value as DrawnFeature, Number(radius), map, drawStore)
}
}
Expand Down

0 comments on commit 69ea894

Please sign in to comment.