Skip to content

Commit

Permalink
re-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mki-c2c committed Sep 4, 2024
1 parent d2497b1 commit 6b00650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/draw/feature-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function onToggleFeatureSub() {
}
function onToggleEditFeature() {
emit('toggleFeatureEdit', props.feature.ol_uid, !props.isEditing)
emit('toggleFeatureEdit', props.feature.olFeature.ol_uid, !props.isEditing)
alert('TODO: Toggle edition mode')
}
Expand Down

0 comments on commit 6b00650

Please sign in to comment.