fix tilt settings

This commit is contained in:
Gavin McDonald
2025-07-08 16:04:30 -04:00
parent 6e312d5d2e
commit 9ca34540e8
4 changed files with 19 additions and 13 deletions

View File

@@ -73,8 +73,6 @@ export default function TiltCard({
}, thirtyFPS);
const handleTouchMove = throttle((e: React.TouchEvent) => {
e.stopPropagation();
const card = cardRef.current;
const touch = e.touches[0];