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) => {
|
||||
startX = 0
|
||||
clientX = 0
|
||||
scrollContainerAxis = null
|
||||
canceled = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user