diff --git a/map/game/game.js b/map/game/game.js index b766c9b..36c302e 100644 --- a/map/game/game.js +++ b/map/game/game.js @@ -146,7 +146,6 @@ } } mymap.on('click', measurePath); // クリックイベントで measurePath() - mymap.on('contextmenu', removePoint); // 右クリックで removePoint() // id="finish" のボタンクリックで「終了」 document.getElementById('stop').addEventListener('click', resetPath); }