chore: fix pane gestures breaking items list on android

This commit is contained in:
Aman Harwara 2023-05-23 21:29:21 +05:30
parent 1d7079e90c
commit aaa8016792
No known key found for this signature in database
GPG Key ID: DD433BD9F21FEDD7

View File

@ -98,6 +98,8 @@ export const usePaneSwipeGesture = (
}
const touchStartListener = (event: TouchEvent) => {
startX = 0
clientX = 0
scrollContainerAxis = null
canceled = false