Skip to content

Commit

Permalink
#1866 return type
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Dec 17, 2024
1 parent 3420931 commit 99b438d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const executeTouchMove = (
options: { minDelta: number },
touches: ICurrentTouches,
setGesture: Dispatch<SetStateAction<string>>
) => {
): string | undefined => {
if (event.touches.length === 2) {
callHandler("onPinchChanged", currentTouches, handlers);
return;
Expand Down

0 comments on commit 99b438d

Please sign in to comment.