chore: fix pane gestures breaking items list on android
This commit is contained in:
@@ -98,6 +98,8 @@ export const usePaneSwipeGesture = (
|
|||||||
}
|
}
|
||||||
|
|
||||||
const touchStartListener = (event: TouchEvent) => {
|
const touchStartListener = (event: TouchEvent) => {
|
||||||
|
startX = 0
|
||||||
|
clientX = 0
|
||||||
scrollContainerAxis = null
|
scrollContainerAxis = null
|
||||||
canceled = false
|
canceled = false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user