Skip to content

Commit eb653c6

Browse files
committed
Typo: Pointer.getY method for iOS returned this.location.x instead of this.location.y
1 parent 87c9828 commit eb653c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/gestures/gestures.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ class Pointer implements definition.Pointer {
395395
}
396396

397397
getY(): number {
398-
return this.location.x;
398+
return this.location.y;
399399
}
400400
}
401401

0 commit comments

Comments
 (0)