fix: restrict swipe-tabs drag to touch-only, prevent ghost swipe after drawer close
Some checks failed
CI / Check / Test (push) Failing after 8m25s

This commit is contained in:
2026-07-10 22:52:50 +02:00
parent d84c54bb30
commit 8aa64ab174

View File

@@ -47,7 +47,7 @@ export function SwipeTabs({
} }
} }
}, },
{ axis: "x", filterTaps: true }, { axis: "x", filterTaps: true, pointer: { touch: true } },
) )
return ( return (