mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Focus multicombo fields after adding them from more fields dropdown (re: #8004)
This commit is contained in:
@@ -113,9 +113,7 @@ export function uiFormFields(context) {
|
||||
var field = d.field;
|
||||
field.show();
|
||||
selection.call(formFields); // rerender
|
||||
if (field.type !== 'semiCombo' && field.type !== 'multiCombo' && field.type !== 'manyCombo') {
|
||||
field.focus();
|
||||
}
|
||||
field.focus();
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user