Fix: show tags that will be deleted with strikethrough in TagHint

This commit is contained in:
Pieter Vander Vennet 2023-06-01 14:54:34 +02:00
parent 14e96094c2
commit 15a481f864
4 changed files with 7 additions and 4 deletions

View file

@ -228,6 +228,7 @@ export default class DeleteWizard extends Toggle {
new SvelteUIElement(TagHint, {
osmConnection: state.osmConnection,
tags: retag,
currentProperties: currentTags.data
}),
])
}