Update umap/static/umap/js/umap.features.js
Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
parent
98f4e69abb
commit
31f158abe1
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ L.U.FeatureMixin = {
|
|||
properties.unshift('properties.name')
|
||||
builder = new L.U.FormBuilder(this, properties, {
|
||||
id: 'umap-feature-properties',
|
||||
callback: this._redraw, // In case we have smart options…
|
||||
callback: this._redraw, // In case we have dynamic options…
|
||||
})
|
||||
container.appendChild(builder.build())
|
||||
this.appendEditFieldsets(container)
|
||||
|
|
Loading…
Reference in a new issue