mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Fix issue where cycleway field wouldn't populate with existing values (close #6141)
This commit is contained in:
@@ -63,6 +63,7 @@ export function uiFieldCycleway(field, context) {
|
||||
);
|
||||
});
|
||||
|
||||
items = items.merge(enter);
|
||||
|
||||
// Update
|
||||
wrap.selectAll('.preset-input-cycleway')
|
||||
|
||||
Reference in New Issue
Block a user