diff --git a/static/app.js b/static/app.js index 3d184f0..c5fa16f 100644 --- a/static/app.js +++ b/static/app.js @@ -801,6 +801,7 @@ }); map.on("click", function (e) { + if (isRouteMode) return; placePin(e.latlng); });