fix: Fixed issue where trying to create new folder on mobile would close navigation pane
This commit is contained in:
@@ -110,6 +110,7 @@ export const usePaneSwipeGesture = (
|
||||
|
||||
const touch = event.touches[0]
|
||||
startX = touch.clientX
|
||||
clientX = touch.clientX
|
||||
|
||||
const isStartOutOfThreshold =
|
||||
(direction === 'right' && startX > TouchStartThreshold) ||
|
||||
|
||||
Reference in New Issue
Block a user