mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
fix false-positive missing translation, for street+place subfield
closes #10812
This commit is contained in:
@@ -187,10 +187,10 @@ export function uiFieldAddress(field, context) {
|
||||
.enter()
|
||||
.append('input')
|
||||
.property('type', 'text')
|
||||
.call(updatePlaceholder)
|
||||
.attr('class', function (d) { return 'addr-' + d.id; })
|
||||
.call(utilNoAuto)
|
||||
.each(addDropdown)
|
||||
.call(updatePlaceholder)
|
||||
.style('width', function (d) { return d.width * 100 + '%'; });
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user