mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Removing blank field
This commit is contained in:
@@ -40,7 +40,7 @@ export function uiPreset(context) {
|
||||
field.show = show;
|
||||
|
||||
field.shown = function() {
|
||||
return field.id === '' || field.show || _.some(field.keys, function(key) { return !!tags[key]; });
|
||||
return field.show || _.some(field.keys, function(key) { return !!tags[key]; });
|
||||
};
|
||||
|
||||
field.modified = function() {
|
||||
|
||||
Reference in New Issue
Block a user