auto-sync: 2026-05-05 18:50:01

This commit is contained in:
Stream
2026-05-05 18:50:01 +03:00
parent 9155fd4b29
commit 4b75869fec

View File

@@ -459,7 +459,8 @@ function addWaypointMode() {
// ─── Маркеры точек ─────────────────────────────────────────────────
function createWaypointMarkerEl(index, total) {
const el = document.createElement('div');
el.className = 'route-waypoint-marker marker-anim';
el.className = 'route-waypoint-marker';
el.style.animation = 'none';
let bg, label;
if (index === 0) {