mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 01:47:49 +02:00
Don't try to render a field that's not yet shown
This commit is contained in:
@@ -154,6 +154,8 @@ export function uiField(context, presetField, entity, options) {
|
||||
.classed('modified', isModified())
|
||||
.classed('present', isPresent())
|
||||
.each(function(d) {
|
||||
if (!d.impl) return; // field is not yet shown
|
||||
|
||||
var reference, help;
|
||||
|
||||
// instantiate field help
|
||||
|
||||
Reference in New Issue
Block a user