Commit b8b78b7
fix: filter non-touch pointer events in touchscreen.html to match upstream
Chrome 147 fires additional non-touch pointer events that were being recorded
in allEvents, causing ShouldWorkWithTwoTouches to fail. Sync with upstream
which added `if (event.pointerType !== 'touch') return` guard.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 60657d0 commit b8b78b7
1 file changed
Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
0 commit comments