mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +02:00
Fix "Add Field" combo
This commit is contained in:
@@ -151,6 +151,11 @@ export function uiField(context, dispatch, presetField, entity, show) {
|
||||
};
|
||||
|
||||
|
||||
field.focus = function() {
|
||||
field.impl.focus();
|
||||
};
|
||||
|
||||
|
||||
return field;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user