auto-sync: 2026-05-06 23:00:01

This commit is contained in:
Stream
2026-05-06 23:00:02 +03:00
parent 4f7ea28b75
commit ff3dac11fc

View File

@@ -2363,6 +2363,7 @@ function miniAddWaypoint() {
if (statsEl) statsEl.textContent = 'Тапни на карте для добавления точки';
}
window.cancelAddWaypoint = cancelAddWaypoint;
function cancelAddWaypoint() {
addingWaypoint = false;
window._map.getCanvas().style.cursor = routeMode ? 'crosshair' : '';