Skip to content

Commit

Permalink
nfi
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Oct 14, 2024
1 parent 8363a95 commit 8c97bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pointerevent.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
addEvent(type)

try {
let touch = event.changedTouches.item[0]
let touch = event.touches[0]
// these are all numbers
let aList = [
'force', // float 0.0 (no pressure) - 1.0 (max pressure)
Expand Down

0 comments on commit 8c97bad

Please sign in to comment.