From 97eea31488399b889201d1a79e854f45bb80cae2 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 23 Feb 2019 12:49:31 +0300 Subject: [PATCH] Update script.js 199 fix --- script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script.js b/script.js index e7a8dc68..ac267213 100644 --- a/script.js +++ b/script.js @@ -7041,6 +7041,7 @@ function fantasyMap() { restoreDefaultEvents(); viewbox.on("touchmove mousemove", moved); terrain.selectAll("g").selectAll("g").on("click", editReliefIcon); + terrain.selectAll("use").on("click", editReliefIcon); labels.selectAll("text").on("click", editLabel); icons.selectAll("circle, path, use").on("click", editIcon); burgLabels.selectAll("text").on("click", editBurg);