Fix rendering after user clicks "Add field"

(closes #2956)
This commit is contained in:
Bryan Housel
2016-02-01 13:54:13 -05:00
parent d1c48908bc
commit 57e5f2540c
+1 -1
View File
@@ -211,7 +211,7 @@ iD.ui.preset = function(context) {
function show(field) {
field = field.field;
field.show = true;
presets(selection);
content(selection);
field.input.focus();
}