mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-30 03:39:36 +02:00
Merge remote-tracking branch 'origin/housenumber-labels' into develop
This commit is contained in:
@@ -339,12 +339,10 @@ export function uiFieldAddress(field, context) {
|
||||
}
|
||||
|
||||
_wrap.selectAll('input')
|
||||
.on('input', change(true))
|
||||
.on('blur', change())
|
||||
.on('change', change());
|
||||
|
||||
_wrap.selectAll('input:not(.combobox-input)')
|
||||
.on('input', change(true));
|
||||
|
||||
if (_tags) updateTags(_tags);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user