chore: migrate to v3 and adopt Doppler for secrets management #3
@@ -105,7 +105,8 @@
|
||||
autoAdvanceSeed++;
|
||||
}
|
||||
|
||||
// ── Swipe handling ─────────────────────────────────────────────────────── let swipeStartX = 0;
|
||||
// ── Swipe handling ───────────────────────────────────────────────────────
|
||||
let swipeStartX = 0;
|
||||
function onSwipeStart(e: TouchEvent) {
|
||||
swipeStartX = e.touches[0].clientX;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user