Update umap/static/umap/js/umap.features.js

Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
Yohan Boniface 2023-06-23 15:26:00 +02:00 committed by GitHub
parent 98f4e69abb
commit 31f158abe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ L.U.FeatureMixin = {
properties.unshift('properties.name') properties.unshift('properties.name')
builder = new L.U.FormBuilder(this, properties, { builder = new L.U.FormBuilder(this, properties, {
id: 'umap-feature-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()) container.appendChild(builder.build())
this.appendEditFieldsets(container) this.appendEditFieldsets(container)