Fix preset field buttons (fixes #2247)

This commit is contained in:
John Firebaugh
2014-06-05 10:23:24 -07:00
parent 4f70731dfb
commit 8250a9753d
+1 -1
View File
@@ -181,7 +181,7 @@ iD.ui.preset = function(context) {
function show(field) {
field.show = true;
context.presets()(selection);
presets(selection);
field.input.focus();
}