]> git.openstreetmap.org Git - rails.git/commitdiff
Update to iD v2.23.2
authorMartin Raifer <martin@raifer.tech>
Sat, 12 Nov 2022 21:21:59 +0000 (22:21 +0100)
committerMartin Raifer <martin@raifer.tech>
Sat, 12 Nov 2022 21:21:59 +0000 (22:21 +0100)
vendor/assets/iD/iD.js

index 1c911671b108cd536fe66feb8c9a2c7212197155..e391c7aa25c1abdbc6f1855c207e7c51f6f4c3e9 100644 (file)
   // package.json
   var package_default = {
     name: "iD",
-    version: "2.23.1",
+    version: "2.23.2",
     description: "A friendly editor for OpenStreetMap",
     main: "dist/iD.min.js",
     repository: "github:openstreetmap/iD",
@@ -58594,7 +58594,9 @@ ${content}</tr>
             dispatch10.call("change", this, t);
           }
         });
-        updateIcon(tags[field.key]);
+        if (!Array.isArray(tags[field.key])) {
+          updateIcon(tags[field.key]);
+        }
       }
     };
     function registerDragAndDrop(selection2) {
@@ -69905,7 +69907,7 @@ ${content}</tr>
     const dispatch10 = dispatch_default("enter", "exit", "change");
     let context = utilRebind({}, dispatch10, "on");
     let _deferred2 = /* @__PURE__ */ new Set();
-    context.version = "2.23.1";
+    context.version = "2.23.2";
     context.privacyVersion = "20201202";
     context.initialHashParams = window.location.hash ? utilStringQs(window.location.hash) : {};
     context.changeset = null;