mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Fix preset field buttons (fixes #2247)
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ iD.ui.preset = function(context) {
|
||||
|
||||
function show(field) {
|
||||
field.show = true;
|
||||
context.presets()(selection);
|
||||
presets(selection);
|
||||
field.input.focus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user