forked from MapComplete/MapComplete
Fix: show tags that will be deleted with strikethrough in TagHint
This commit is contained in:
parent
14e96094c2
commit
15a481f864
4 changed files with 7 additions and 4 deletions
|
|
@ -228,6 +228,7 @@ export default class DeleteWizard extends Toggle {
|
|||
new SvelteUIElement(TagHint, {
|
||||
osmConnection: state.osmConnection,
|
||||
tags: retag,
|
||||
currentProperties: currentTags.data
|
||||
}),
|
||||
])
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue