fix: restore swipeStartX declaration (newline eaten in prior edit)

This commit is contained in:
root
2026-04-08 21:23:23 +05:00
parent bae363893b
commit 1c4972d94d

View File

@@ -105,7 +105,8 @@
autoAdvanceSeed++;
}
// ── Swipe handling ─────────────────────────────────────────────────────── let swipeStartX = 0;
// ── Swipe handling ───────────────────────────────────────────────────────
let swipeStartX = 0;
function onSwipeStart(e: TouchEvent) {
swipeStartX = e.touches[0].clientX;
}