From 31f158abe113f1faf7d3751e9ace91eac86ac52b Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 23 Jun 2023 15:26:00 +0200 Subject: [PATCH] Update umap/static/umap/js/umap.features.js Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com> --- umap/static/umap/js/umap.features.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/umap.features.js b/umap/static/umap/js/umap.features.js index 1c29efcd..9c643340 100644 --- a/umap/static/umap/js/umap.features.js +++ b/umap/static/umap/js/umap.features.js @@ -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)