fix: restrict swipe-tabs drag to touch-only, prevent ghost swipe after drawer close
Some checks failed
CI / Check / Test (push) Failing after 8m25s
Some checks failed
CI / Check / Test (push) Failing after 8m25s
This commit is contained in:
@@ -47,7 +47,7 @@ export function SwipeTabs({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ axis: "x", filterTaps: true },
|
{ axis: "x", filterTaps: true, pointer: { touch: true } },
|
||||||
)
|
)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user