diff --git a/starsky/starsky/clientapp/src/hooks/use-gestures/use-gestures.ts b/starsky/starsky/clientapp/src/hooks/use-gestures/use-gestures.ts index 3aab1c6a6..e5bae5ccb 100644 --- a/starsky/starsky/clientapp/src/hooks/use-gestures/use-gestures.ts +++ b/starsky/starsky/clientapp/src/hooks/use-gestures/use-gestures.ts @@ -105,6 +105,7 @@ export const executeTouchMove = ( setGesture(theGestureScoped); }, 100)(eventName, touches, theGesture); } + return theGesture; }; const executeTouchEnd = (